Home
last modified time | relevance | path

Searched refs:ciaddr2 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c721 u_int32_t ciaddr1, ciaddr2; local
741 GETNLONG(ciaddr2, p); \
778 if (go->accept_remote && ciaddr2) { /* Does he know his? */
779 try.hisaddr = ciaddr2;
855 GETNLONG(ciaddr2, p);
856 if (ciaddr2 && go->accept_remote)
857 try.hisaddr = ciaddr2;
1020 u_int32_t tl, ciaddr1, ciaddr2; /* Parsed address values */ local
1064 ciaddr2 = wo->ouraddr;
1095 GETNLONG(ciaddr2, p);
[all …]