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

/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c140 struct in_addr my_ip_addr;
233 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
584 bp->bp_giaddr = my_ip_addr;
139 struct in_addr my_ip_addr; variable in typeref:struct:in_addr
/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c157 struct in_addr my_ip_addr;
383 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
1098 siaddr = my_ip_addr;
156 struct in_addr my_ip_addr; variable in typeref:struct:in_addr
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dos.c491 *localnet = my_ip_addr & *netmask;
942 * was found. In that case my_ip_addr + sin_mask
954 my_ip_addr = aton (myip);

Completed in 27 milliseconds