Lines Matching refs:tl
880 u32_t tl, ciaddr1; /* Parsed address values */
936 GETLONG(tl, p); /* Parse source address (his) */
937 ciaddr1 = htonl(tl);
944 tl = ntohl(wo->hisaddr);
945 PUTLONG(tl, p);
960 GETLONG(tl, p); /* Parse desination address (ours) */
961 ciaddr2 = htonl(tl);
968 tl = ntohl(wo->ouraddr);
969 PUTLONG(tl, p);
1000 GETLONG(tl, p); /* Parse source address (his) */
1001 ciaddr1 = htonl(tl);
1007 tl = ntohl(wo->hisaddr);
1008 PUTLONG(tl, p);
1038 GETLONG(tl, p);
1039 if (htonl(tl) != ao->dnsaddr[d]) {
1041 d+1, inet_ntoa(tl)));
1043 tl = ntohl(ao->dnsaddr[d]);
1044 PUTLONG(tl, p);
1062 GETLONG(tl, p);
1063 if (htonl(tl) != ao->winsaddr[d]) {
1065 tl = ntohl(ao->winsaddr[d]);
1066 PUTLONG(tl, p);
1182 tl = ntohl(wo->hisaddr);
1183 PUTLONG(tl, ucp);