Searched refs:find_ancillary (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | common.c | 227 find_ancillary(struct msghdr *msg, int cmsg_type) function
|
H A D | defs.h | 718 extern void *find_ancillary(struct msghdr *, int);
|
H A D | rtquery.c | 777 if ((opt = find_ancillary(msg, IP_RECVIF)) == NULL)
|
H A D | input.c | 76 if ((opt = find_ancillary(msg, IP_RECVIF)) == NULL) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | input.c | 53 find_ancillary(struct msghdr *rmsg, int cmsg_type) function 114 if ((hopcntopt = find_ancillary(&rmsg, IPV6_HOPLIMIT)) == NULL) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_probe.c | 59 static void *find_ancillary(struct msghdr *msg, int cmsg_level, 469 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); 571 opt = find_ancillary(&msg, IPPROTO_IPV6, IPV6_RTHDR); 590 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); 1331 find_ancillary(struct msghdr *msg, int cmsg_level, int cmsg_type) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 81 find_ancillary(struct msghdr *msg, int cmsg_type) function 152 opt = find_ancillary(&msg, IPV6_HOPLIMIT); 160 opt = find_ancillary(&msg, IPV6_RTHDR);
|
Completed in 61 milliseconds