Searched defs:find_ancillary (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c53 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.sbin/in.routed/
H A Dcommon.c227 find_ancillary(struct msghdr *msg, int cmsg_type) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c81 find_ancillary(struct msghdr *msg, int cmsg_type) function
152 opt = find_ancillary(&msg, IPV6_HOPLIMIT);
160 opt = find_ancillary(&msg, IPV6_RTHDR);
/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);
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

Completed in 68 milliseconds