Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/netinet/
H A Dudp.h37 #define UDP_RCVHDR 0x0102 /* for internal use only */ macro
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp_opt_data.c292 { UDP_RCVHDR, IPPROTO_UDP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0
H A Dudp.c1647 case UDP_RCVHDR: in udp_opt_get()
1782 case UDP_RCVHDR: in udp_do_opt_set()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c2000 case UDP_RCVHDR: return ("UDP_RCVHDR"); in udp_optname()