Searched refs:find_ancillary (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | input.c | 53 find_ancillary(struct msghdr *rmsg, int cmsg_type) in find_ancillary() function 114 if ((hopcntopt = find_ancillary(&rmsg, IPV6_HOPLIMIT)) == NULL) { in in_data()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | common.c | 227 find_ancillary(struct msghdr *msg, int cmsg_type) in find_ancillary() 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) in incoming_interface()
|
H A D | input.c | 76 if ((opt = find_ancillary(msg, IP_RECVIF)) == NULL) { in receiving_interface()
|
/titanic_50/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); 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
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 81 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()
|