Searched refs:oip (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | arping.c | 52 static void get_interface(char *interface, int *ifindex, uint32_t *oip, in get_interface() argument 66 if (oip) { in get_interface() 69 *oip = ntohl(ip->sin_addr.s_addr); in get_interface() 247 uint32_t oip; in arping_main() local 252 get_interface(TT.iface, NULL, &oip, NULL); in arping_main() 253 src_addr.s_addr = htonl(oip); in arping_main()
|
H A D | dhcp.c | 281 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac) in get_interface() argument 294 if (oip) { in get_interface() 298 *oip = ntohl(ip->sin_addr.s_addr); in get_interface()
|
H A D | dhcpd.c | 359 static int get_interface(const char *interface, int *ifindex, void *oip, in get_interface() argument 378 uint8_t *oip6 = (uint8_t*)oip; in get_interface() 405 uint32_t *oip4 = (uint32_t*)oip; in get_interface()
|
Completed in 6 milliseconds