Searched refs:IP_DONTFRAG (Results 1 – 8 of 8) sorted by relevance
| /titanic_44/usr/src/uts/common/inet/ip/ |
| H A D | icmp_opt_data.c | 147 { IP_DONTFRAG, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
| H A D | conn_opt.c | 731 case IP_DONTFRAG: in conn_opt_get() 1402 case IP_DONTFRAG: in conn_opt_set_ip()
|
| /titanic_44/usr/src/uts/common/inet/udp/ |
| H A D | udp_opt_data.c | 164 { IP_DONTFRAG, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
| /titanic_44/usr/src/uts/common/netinet/ |
| H A D | in.h | 925 #define IP_DONTFRAG 0x1b /* don't fragment packets */ macro
|
| /titanic_44/usr/src/uts/common/inet/tcp/ |
| H A D | tcp_opt_data.c | 169 { IP_DONTFRAG, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
| /titanic_44/usr/src/uts/common/inet/sctp/ |
| H A D | sctp_opt_data.c | 715 { IP_DONTFRAG, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
| /titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
| H A D | ping.c | 1570 if (setsockopt(send_sock, IPPROTO_IP, IP_DONTFRAG, in setup_socket()
|
| /titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
| H A D | traceroute.c | 1369 if (setsockopt(ssock, IPPROTO_IP, IP_DONTFRAG, in setup_socket()
|