Home | History | Annotate | Download | only in iputils

Lines Matching refs:in_addr

68 	struct in_addr 	address;	/* Used to identify the interface */
69 struct in_addr localaddr; /* Actual address if the interface */
72 struct in_addr bcastaddr;
73 struct in_addr remoteaddr;
74 struct in_addr netmask;
92 static char *pr_name(struct in_addr addr);
95 static void record_router(struct in_addr router, int preference, int ttl);
96 static void add_route(struct in_addr addr);
97 static void del_route(struct in_addr addr);
98 static void rtioctl(struct in_addr addr, int op);
104 static int is_directly_connected(struct in_addr in);
699 char *pr_name(struct in_addr addr)
802 struct in_addr ina;
1283 is_directly_connected(struct in_addr in)
1301 struct in_addr router;
1311 find_router(struct in_addr addr)
1395 record_router(struct in_addr router, int preference, int ttl)
1474 add_route(struct in_addr addr)
1482 del_route(struct in_addr addr)
1490 rtioctl(struct in_addr addr, int op)