Searched refs:the_inet_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c73 in_addr_t the_inet_addr; local
97 the_inet_addr = inet_addr(argv[2]);
98 if ( the_inet_addr == INADDR_NONE)
100 bcopy(&the_inet_addr,&whoami_arg.client_address.bp_address_u.ip_addr,4);

Completed in 133 milliseconds