Searched defs:cmsg_type (Results 1 - 7 of 7) 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) argument
60 cmsg->cmsg_type == cmsg_type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dcommon.c224 * Find the option buffer in the msg corresponding to cmsg_type.
227 find_ancillary(struct msghdr *msg, int cmsg_type) argument
234 cmsg->cmsg_type == cmsg_type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c200 cmsgp->cmsg_type = IPV6_HOPLIMIT;
212 cmsgp->cmsg_type = IPV6_RTHDR;
248 cmsgp->cmsg_type = IPV6_PKTINFO;
286 cmsg->cmsg_type == IPV6_HOPLIMIT) {
371 * cmsg_type.
375 find_ancillary_data(struct msghdr *msg, int cmsg_level, int cmsg_type) argument
382 cmsg->cmsg_type == cmsg_type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c81 find_ancillary(struct msghdr *msg, int cmsg_type) argument
88 cmsg->cmsg_type == cmsg_type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c60 int cmsg_type);
1331 find_ancillary(struct msghdr *msg, int cmsg_level, int cmsg_type) argument
1338 cmsg->cmsg_type == cmsg_type) {
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h445 int cmsg_type; /* protocol-specific type */ member in struct:cmsghdr
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h449 int cmsg_type; /* protocol-specific type */ member in struct:cmsghdr

Completed in 119 milliseconds