Home
last modified time | relevance | path

Searched refs:find_ancillary (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c51 find_ancillary(struct msghdr *rmsg, int cmsg_type) in find_ancillary() function
112 if ((hopcntopt = find_ancillary(&rmsg, IPV6_HOPLIMIT)) == NULL) { in in_data()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dcommon.c225 find_ancillary(struct msghdr *msg, int cmsg_type) in find_ancillary() function
H A Ddefs.h718 extern void *find_ancillary(struct msghdr *, int);
H A Drtquery.c775 if ((opt = find_ancillary(msg, IP_RECVIF)) == NULL) in incoming_interface()
H A Dinput.c76 if ((opt = find_ancillary(msg, IP_RECVIF)) == NULL) { in receiving_interface()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c59 static void *find_ancillary(struct msghdr *msg, int cmsg_level,
469 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); in in_data()
571 opt = find_ancillary(&msg, IPPROTO_IPV6, IPV6_RTHDR); in in6_data()
590 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); in in6_data()
1331 find_ancillary(struct msghdr *msg, int cmsg_level, int cmsg_type) in find_ancillary() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c81 find_ancillary(struct msghdr *msg, int cmsg_type) in find_ancillary() function
152 opt = find_ancillary(&msg, IPV6_HOPLIMIT); in in_data()
160 opt = find_ancillary(&msg, IPV6_RTHDR); in in_data()