Searched refs:INP_UDP_NOCKSUM (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py98 INP_UDP_NOCKSUM = 0x2000 variable
H A Dnet.py1520 if (pcb.inp_flags & INP_UDP_NOCKSUM):
/xnu-2422.115.4/bsd/netinet/
H A Dudp_usrreq.c945 inp->inp_flags |= INP_UDP_NOCKSUM;
947 inp->inp_flags &= ~INP_UDP_NOCKSUM;
967 optval = inp->inp_flags & INP_UDP_NOCKSUM;
1541 if (udpcksum && !(inp->inp_flags & INP_UDP_NOCKSUM)) {
H A Din_pcb.h606 #define INP_UDP_NOCKSUM 0x00002000 /* turn off outbound UDP checksum */ macro

Completed in 44 milliseconds