Searched defs:hisaddr (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dipcp.h77 bool accept_remote; /* accept peer's value for hisaddr */
83 u_int32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */ member in struct:ipcp_options
/external/ppp/pppd/plugins/radius/
H A Dradius.c893 u_int32_t hisaddr; local
934 hisaddr = ho->hisaddr;
935 av_type = htonl(hisaddr);
979 u_int32_t hisaddr; local
1089 hisaddr = ho->hisaddr;
1090 av_type = htonl(hisaddr);
1127 u_int32_t hisaddr; local
1186 hisaddr
[all...]

Completed in 96 milliseconds