Home
last modified time | relevance | path

Searched refs:dvmrp_socket (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpe.c87 if ((xconf->dvmrp_socket = socket(AF_INET, in dvmrpe()
97 if (if_set_mcast_ttl(xconf->dvmrp_socket, in dvmrpe()
101 if (if_set_mcast_loop(xconf->dvmrp_socket) == -1) in dvmrpe()
104 if (if_set_tos(xconf->dvmrp_socket, IPTOS_PREC_INTERNETCONTROL) == -1) in dvmrpe()
107 if_set_recvbuf(xconf->dvmrp_socket); in dvmrpe()
165 event_set(&deconf->ev, deconf->dvmrp_socket, EV_READ|EV_PERSIST, in dvmrpe()
H A Ddvmrpd.h241 int dvmrp_socket; member
H A Dinterface.c240 iface->fd = xconf->dvmrp_socket; in if_init()