Searched refs:IFCAP_RXCSUM (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif.h234 #define IFCAP_RXCSUM 0x00001 /* can offload checksum on RX */ macro
245 #define IFCAP_HWCSUM (IFCAP_RXCSUM | IFCAP_TXCSUM)
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difconfig.c1522 #ifdef IFCAP_RXCSUM
1523 DEF_CMD("rxcsum", IFCAP_RXCSUM, setifcap),
1524 DEF_CMD("-rxcsum", -IFCAP_RXCSUM, setifcap),
1525 #endif /* IFCAP_RXCSUM */
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DLinkConfiguration.c69 { &kSCPropNetEthernetCapabilityRXCSUM, TRUE, IFCAP_RXCSUM }, // can offload checksum on RX

Completed in 194 milliseconds