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

/freebsd-current/sbin/nos-tun/
H A Dnos-tun.c251 struct sockaddr wherefrom; /* Source of tunnel */ local
320 if (Set_address(source, (struct sockaddr_in *)&wherefrom))
322 if (bind(net, &wherefrom, sizeof(wherefrom)) < 0) {
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c307 struct sockaddr wherefrom; /* Who we are */ variable in typeref:struct:sockaddr
482 register struct sockaddr_in *from = (struct sockaddr_in *)&wherefrom;

Completed in 78 milliseconds