Home
last modified time | relevance | path

Searched refs:UDP_RCVHDR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dudp.h34 #define UDP_RCVHDR 0x0102 /* for internal use only */ macro
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_opt_data.c298 { UDP_RCVHDR, IPPROTO_UDP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0
H A Dudp.c1665 case UDP_RCVHDR: in udp_opt_get()
1805 case UDP_RCVHDR: in udp_do_opt_set()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2102 case UDP_RCVHDR: return ("UDP_RCVHDR"); in udp_optname()