Home
last modified time | relevance | path

Searched refs:c_rtsock (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Droaming.c59 if ((cfg->c_rtsock = socket(AF_ROUTE, SOCK_RAW, AF_INET)) == -1) in hostapd_roaming_init()
64 if (setsockopt(cfg->c_rtsock, SOL_SOCKET, SO_USELOOPBACK, in hostapd_roaming_init()
251 if (write(cfg->c_rtsock, &rm, len) == -1) { in hostapd_roaming_rt()
H A Dhostapd.h331 int c_rtsock; member