Searched refs:ETHERMTU (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dether.h37 #define ETHERMTU 1500 macro
H A Dprint-symantec.c58 if (etype <= ETHERMTU)
65 if (etype <= ETHERMTU)
103 if (ether_type <= ETHERMTU) {
H A Dprint-sll.c71 if (ether_type <= ETHERMTU) {
152 if (ether_type <= ETHERMTU) {
210 if (ether_type <= ETHERMTU)
H A Dprint-ether.c106 if (ether_type <= ETHERMTU)
113 if (ether_type <= ETHERMTU)
161 if (ether_type <= ETHERMTU) {
197 if (ndo->ndo_eflag && ether_type > ETHERMTU)
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dethernet.h119 #define ETHERMTU (ETHER_MAX_LEN-ETHER_HDR_LEN-ETHER_CRC_LEN) macro
H A Dif_vlan.c1469 ifnet_set_mtu(ifp, ETHERMTU - ifv->ifv_mtufudge);
1602 (void)ifvlan_new_mtu(ifv, ETHERMTU - ifv->ifv_mtufudge);
H A Dif_bridge.c1234 error = ifnet_set_mtu(ifp, ETHERMTU);
5313 if (ether_type < ETHERMTU) {
H A Dif_bond.c2051 ifnet_set_mtu(ifp, ETHERMTU);
/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.c108 #define ETHERMTU 1500 macro
1731 * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP
1732 * value, if <= ETHERMTU. We use that to determine whether to
1734 * a value <= ETHERMTU to see whether it's a type field and then do
1757 * DSAP, as we do for other types <= ETHERMTU
1760 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1776 * a length field, <= ETHERMTU, rather than
1815 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1848 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1879 if (proto <= ETHERMTU) {
[all...]
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbsdpd.c1536 if (max_packet > ETHERMTU) {
1537 max_packet = ETHERMTU;
H A Ddhcpd.c613 uint32_t txbuf[ETHERMTU / sizeof(uint32_t)];
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c213 #define ETHERMTU 1500 macro
216 #define KDP_MAXPACKET (ETHERHDRSIZE + ETHERMTU + ETHERCRC)
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp175 setMaxTransferUnit( ETHERMTU );
/macosx-10.10.1/bootp-298/BSDPClient/
H A DBSDPClient.c458 uint16_t max_dhcp_message_size = htons(ETHERMTU);

Completed in 314 milliseconds