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

/freebsd-10.2-release/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c82 long the_inet_addr; local
106 the_inet_addr = inet_addr(argv[2]);
107 if ( the_inet_addr == -1)
109 bcopy(&the_inet_addr,&whoami_arg.client_address.bp_address_u.ip_addr,4);

Completed in 51 milliseconds