Lines Matching refs:l
374 u32_t l; \
377 l = ntohl(val1); \
378 PUTLONG(l, ucp); \
380 l = ntohl(val2); \
381 PUTLONG(l, ucp); \
392 u32_t l; \
395 l = ntohl(addr); \
396 PUTLONG(l, ucp); \
469 u32_t l; \
479 GETLONG(l, p); \
480 cilong = htonl(l); \
485 GETLONG(l, p); \
486 cilong = htonl(l); \
495 u32_t l; \
505 GETLONG(l, p); \
506 cilong = htonl(l); \
551 u32_t ciaddr1, ciaddr2, l, cidnsaddr;
570 GETLONG(l, p); \
571 ciaddr1 = htonl(l); \
573 GETLONG(l, p); \
574 ciaddr2 = htonl(l); \
602 GETLONG(l, p); \
603 cidnsaddr = htonl(l); \
695 GETLONG(l, p);
696 ciaddr1 = htonl(l);
700 GETLONG(l, p);
701 ciaddr2 = htonl(l);
712 GETLONG(l, p);
713 ciaddr1 = htonl(l);
769 u32_t l; \
772 GETLONG(l, p); \
773 cilong = htonl(l); \
779 GETLONG(l, p); \
780 cilong = htonl(l); \
819 u32_t l; \
822 GETLONG(l, p); \
823 cilong = htonl(l); \
888 int l = *len; /* Length left */
903 while (l) {
906 if (l < 2 || /* Not enough data for CI header or */
908 p[1] > l) { /* CI length too big? */
911 cilen = (u_short)l;/* Reject till end of packet */
912 l = 0; /* Don't loop again */
917 l -= cilen; /* Adjust remaining length */