Lines Matching refs:tl
1330 u_int32_t tl, ciaddr1, ciaddr2;/* Parsed address values */
1379 GETLONG(tl, p); /* Parse source address (his) */
1380 ciaddr1 = htonl(tl);
1386 tl = ntohl(wo->hisaddr);
1387 PUTLONG(tl, p);
1402 GETLONG(tl, p); /* Parse desination address (ours) */
1403 ciaddr2 = htonl(tl);
1409 tl = ntohl(wo->ouraddr);
1410 PUTLONG(tl, p);
1435 GETLONG(tl, p); /* Parse source address (his) */
1436 ciaddr1 = htonl(tl);
1442 tl = ntohl(wo->hisaddr);
1443 PUTLONG(tl, p);
1469 GETLONG(tl, p);
1470 if (htonl(tl) != ao->dnsaddr[d]) {
1472 tl = ntohl(ao->dnsaddr[d]);
1473 PUTLONG(tl, p);
1489 GETLONG(tl, p);
1490 if (htonl(tl) != ao->winsaddr[d]) {
1492 tl = ntohl(ao->winsaddr[d]);
1493 PUTLONG(tl, p);
1592 tl = ntohl(wo->hisaddr);
1593 PUTLONG(tl, ucp);