Searched refs:IP_HDRINCL (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 408 #define IP_HDRINCL 2 /* int; header is included with data */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 97 { IP_HDRINCL, IPPROTO_IP, OA_R, OA_RW, OP_RAW, 0,
|
H A D | icmp.c | 1897 case IP_HDRINCL: in icmp_opt_get() 2075 case IP_HDRINCL: in icmp_do_opt_set()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 903 #define IP_HDRINCL 2 /* int; header is included with data (raw) */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 1350 if (setsockopt(ssock, IPPROTO_IP, IP_HDRINCL, (char *)&on, in setup_socket()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2133 case IP_HDRINCL: return ("IP_HDRINCL"); in ip_optname()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 3830 if (setsockopt(vif->vvi_sockfd, IPPROTO_IP, IP_HDRINCL, (char *)&on, in vrrpd_init_txsock_v4()
|