Home
last modified time | relevance | path

Searched refs:cmsg_type (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c200 cmsgp->cmsg_type = IPV6_HOPLIMIT; in set_ancillary_data()
212 cmsgp->cmsg_type = IPV6_RTHDR; in set_ancillary_data()
248 cmsgp->cmsg_type = IPV6_PKTINFO; in set_ancillary_data()
286 cmsg->cmsg_type == IPV6_HOPLIMIT) { in update_hoplimit_ancillary_data()
375 find_ancillary_data(struct msghdr *msg, int cmsg_level, int cmsg_type) in find_ancillary_data() argument
382 cmsg->cmsg_type == cmsg_type) { in find_ancillary_data()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dcommon.c227 find_ancillary(struct msghdr *msg, int cmsg_type) in find_ancillary() argument
234 cmsg->cmsg_type == cmsg_type) { in find_ancillary()
H A Doutput.c229 cmsgp->cmsg_type = IP_PKTINFO; in sendtoif()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c847 cmptr->cmsg_type == IP_PKTINFO) { in recvfrom_flags()
862 cmptr->cmsg_type == IP_RECVDSTADDR) { in recvfrom_flags()
874 cmptr->cmsg_type == IP_RECVIF) { in recvfrom_flags()
889 cmptr->cmsg_type == IP_RECVTTL) { in recvfrom_flags()
894 … cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL in recvfrom_flags()
902 cmptr->cmsg_type == IPV6_PKTINFO) { in recvfrom_flags()
921 cmptr->cmsg_type == IPV6_HOPLIMIT) { in recvfrom_flags()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c53 find_ancillary(struct msghdr *rmsg, int cmsg_type) in find_ancillary() argument
60 cmsg->cmsg_type == cmsg_type) { in find_ancillary()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c180 cmsgp->cmsg_type = IPV6_HOPLIMIT; in set_ancillary_data()
194 cmsgp->cmsg_type = IPV6_RTHDR; in set_ancillary_data()
229 cmsgp->cmsg_type = IPV6_PKTINFO; in set_ancillary_data()
1027 switch (cmsg->cmsg_type) { in pr_ext_headers()
1047 Printf(" <option type %d>", cmsg->cmsg_type); in pr_ext_headers()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c962 cmsg->cmsg_type == SCM_RIGHTS) { in so_closefds()
1009 cmsg->cmsg_type == SCM_RIGHTS) { in so_getfdopt()
1048 cmsg->cmsg_type == SCM_RIGHTS) { in so_optlen()
1087 cmsg->cmsg_type == SCM_RIGHTS) in so_cmsg2opt()
1092 toh.name = cmsg->cmsg_type; in so_cmsg2opt()
1232 cmsg->cmsg_type = SCM_RIGHTS; in so_opt2cmsg()
1249 cmsg->cmsg_type = tohp->name; in so_opt2cmsg()
1286 cmsg->cmsg_type = tohp->name; in so_opt2cmsg()
/titanic_44/usr/src/lib/libsctp/common/
H A Dsctp.c299 cmsg->cmsg_type == SCTP_SNDRCV) { in sctp_recvmsg()
331 cmsg->cmsg_type = SCTP_SNDRCV; in sctp_send_common()
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c964 cmsg->cmsg_type = IPV6_PKTINFO; in send_pkt_internal()
1268 switch (cmsg->cmsg_type) { in sock_recvpkt()
1286 switch (cmsg->cmsg_type) { in sock_recvpkt()
/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h445 int cmsg_type; /* protocol-specific type */ member
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dsend.c898 cmsg, rm, cmsg->cmsg_type); in rdsv3_cmsg_send()
903 switch (cmsg->cmsg_type) { in rdsv3_cmsg_send()
H A Drdsv3_impl.c1130 cp->cmsg_type = type; in rdsv3_put_cmsg()
/titanic_44/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) in find_ancillary() argument
1338 cmsg->cmsg_type == cmsg_type) { in find_ancillary()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c81 find_ancillary(struct msghdr *msg, int cmsg_type) in find_ancillary() argument
88 cmsg->cmsg_type == cmsg_type) { in find_ancillary()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c478 cmsg->cmsg_type = SCTP_SNDRCV; in sctp_input_add_ancillary()
512 cmsg->cmsg_type = IPV6_PKTINFO; in sctp_input_add_ancillary()
533 cmsg->cmsg_type = IPV6_HOPLIMIT; in sctp_input_add_ancillary()
547 cmsg->cmsg_type = IPV6_TCLASS; in sctp_input_add_ancillary()
560 cmsg->cmsg_type = IPV6_HOPOPTS; in sctp_input_add_ancillary()
576 cmsg->cmsg_type = IPV6_RTHDRDSTOPTS; in sctp_input_add_ancillary()
592 cmsg->cmsg_type = IPV6_RTHDR; in sctp_input_add_ancillary()
608 cmsg->cmsg_type = IPV6_DSTOPTS; in sctp_input_add_ancillary()
H A Dsctp_output.c200 (cmsg->cmsg_type == SCTP_SNDRCV)) { in sctp_sendmsg()
/titanic_44/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c79 cmp[0].cmsg_type = SCM_RIGHTS; in sendfd()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c292 (cmsg->cmsg_type == type)) { in sosctp_find_cmsg()
H A Dsocksctp.c2128 (cmsg->cmsg_type == SCTP_SNDRCV)) { in sctp_assoc_recv()
/titanic_44/usr/src/uts/common/inet/
H A Doptcom.c1958 optd = proto_opt_lookup(cmsg->cmsg_level, cmsg->cmsg_type, in process_auxiliary_options()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3162 cmsgp->cmsg_type = IPV6_HOPLIMIT; in vrrpd_send_adv_v6()
3170 cmsgp->cmsg_type = IPV6_PKTINFO; in vrrpd_send_adv_v6()
3500 switch (cmsgp->cmsg_type) { in vrrpd_process_adv_v6()