Home | History | Annotate | Download | only in src

Lines Matching refs:in_addr

56     struct in_addr   netmask;		/* Iface netmask (unused by most OSs) */
60 struct in_addr TriggerAddress; /* Address to suggest in REQ */
64 struct in_addr dns[2]; /* DNS addresses offered */
66 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */
80 struct in_addr dns[2]; /* Current DNS addresses */
88 struct in_addr peer_ip; /* IP address he's willing to use */
91 struct in_addr ifmask; /* Interface netmask */
93 struct in_addr my_ip; /* IP address I'm willing to use */
121 extern int ipcp_UseHisIPaddr(struct bundle *, struct in_addr);
127 extern struct in_addr addr2mask(struct in_addr);