Home
last modified time | relevance | path

Searched refs:ROUTE_SOCKET_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/slaacd/
H A Dfrontend.c58 #define ROUTE_SOCKET_BUF_SIZE 16384 macro
671 buf = malloc(ROUTE_SOCKET_BUF_SIZE); in route_receive()
676 if ((n = read(fd, buf, ROUTE_SOCKET_BUF_SIZE)) == -1) { in route_receive()
/openbsd/sbin/resolvd/
H A Dresolvd.c44 #define ROUTE_SOCKET_BUF_SIZE 16384 macro
353 uint8_t rsock_buf[ROUTE_SOCKET_BUF_SIZE]; in route_receive()
/openbsd/sbin/iked/
H A Dvroute.c38 #define ROUTE_SOCKET_BUF_SIZE 16384 macro
114 buf = malloc(ROUTE_SOCKET_BUF_SIZE); in vroute_rtmsg_cb()
119 if ((n = read(fd, buf, ROUTE_SOCKET_BUF_SIZE)) == -1) { in vroute_rtmsg_cb()
/openbsd/sbin/dhcpleased/
H A Dfrontend.c59 #define ROUTE_SOCKET_BUF_SIZE 16384 macro
754 buf = malloc(ROUTE_SOCKET_BUF_SIZE); in route_receive()
759 if ((n = read(fd, buf, ROUTE_SOCKET_BUF_SIZE)) == -1) { in route_receive()
/openbsd/usr.sbin/rad/
H A Dfrontend.c89 #define ROUTE_SOCKET_BUF_SIZE 16384 macro
1378 buf = malloc(ROUTE_SOCKET_BUF_SIZE); in route_receive()
1383 if ((n = read(fd, buf, ROUTE_SOCKET_BUF_SIZE)) == -1) { in route_receive()
/openbsd/sbin/unwind/
H A Dfrontend.c67 #define ROUTE_SOCKET_BUF_SIZE 16384 macro
1269 buf = malloc(ROUTE_SOCKET_BUF_SIZE); in route_receive()
1274 if ((n = read(fd, buf, ROUTE_SOCKET_BUF_SIZE)) == -1) { in route_receive()