OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETHERTYPE_IP
(Results
1 - 25
of
56
) sorted by relevancy
1
2
3
/src/usr.sbin/npf/npftest/libnpftest/
npfl2onlytest.c
40
.ifname = IFNAME_INT, .etype =
ETHERTYPE_IP
,
45
.ifname = IFNAME_INT, .etype =
ETHERTYPE_IP
,
npf_l2rule_test.c
34
.ifname = IFNAME_INT, .etype =
ETHERTYPE_IP
,
47
.ifname = IFNAME_INT, .etype =
ETHERTYPE_IP
,
53
.ifname = IFNAME_INT, .etype =
ETHERTYPE_IP
,
59
.ifname = IFNAME_INT, .etype =
ETHERTYPE_IP
,
65
.ifname = IFNAME_INT, .etype =
ETHERTYPE_IP
,
npf_mbuf_subr.c
135
ethdr->ether_type = htons(
ETHERTYPE_IP
);
/src/usr.bin/rump_dhcpclient/
bpf-filter.h
82
BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K,
ETHERTYPE_IP
, 0, 8),
main.c
104
if (send_raw_packet(ifp,
ETHERTYPE_IP
, udp, ulen) == -1)
120
if (send_raw_packet(ifp,
ETHERTYPE_IP
, udp, ulen) == -1)
150
if ((n = get_raw_packet(ifp,
ETHERTYPE_IP
,
248
if (open_socket(ifp,
ETHERTYPE_IP
) == -1)
/src/sys/lib/libsa/
ip.c
76
return sendether(d, ip, len, ea,
ETHERTYPE_IP
);
145
if (etype !=
ETHERTYPE_IP
) {
rarp.c
121
ap->arp_pro = htons(
ETHERTYPE_IP
);
206
ap->arp_pro != htons(
ETHERTYPE_IP
) ||
arp.c
138
ah->arp_pro = htons(
ETHERTYPE_IP
);
222
ah->arp_pro != htons(
ETHERTYPE_IP
) ||
280
arp->arp_pro != htons(
ETHERTYPE_IP
) ||
/src/sys/dev/pci/ixgbe/
if_fdir.c
109
if (etype != htons(
ETHERTYPE_IP
))
/src/usr.sbin/npf/npftest/
npfstream.c
49
if (ntohs(eth->ether_type) !=
ETHERTYPE_IP
) {
/src/sys/net/
ether_sw_offload.c
102
case
ETHERTYPE_IP
:
191
case
ETHERTYPE_IP
:
if_arcsubr.c
542
mtod(m, struct arphdr *)->ar_pro = htons(
ETHERTYPE_IP
);
550
mtod(m, struct arphdr *)->ar_pro = htons(
ETHERTYPE_IP
);
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
if_ieee1394subr.c
145
etype = htons(
ETHERTYPE_IP
);
374
case
ETHERTYPE_IP
:
if_ethersubr.c
296
etype = htons(
ETHERTYPE_IP
);
549
case
ETHERTYPE_IP
:
944
case
ETHERTYPE_IP
:
/src/sys/arch/xen/xen/
xennet_checksum.c
111
case htons(
ETHERTYPE_IP
):
/src/sys/net/agr/
if_agrether_hash.c
111
if (etype == htobe16(
ETHERTYPE_IP
)) {
/src/usr.sbin/rarpd/
rarpd.c
396
ntohs (ap->ar_pro) !=
ETHERTYPE_IP
||
401
ntohs (ap->arp_pro) !=
ETHERTYPE_IP
||
801
ap->ar_pro = htons(
ETHERTYPE_IP
);
816
ap->ea_hdr.ar_pro = htons(
ETHERTYPE_IP
);
/src/usr.sbin/ndbootd/config/
ndbootd-bpf.c
77
/* drop this packet if its ethertype isn't
ETHERTYPE_IP
: */
79
BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K,
ETHERTYPE_IP
, 0, 9),
/src/usr.sbin/btpand/
server.c
52
static uint16_t server_proto[] = {
ETHERTYPE_IP
, ETHERTYPE_ARP, ETHERTYPE_IPV6 };
/src/sys/netinet/
if_arp.c
550
ah->ar_pro = htons(
ETHERTYPE_IP
);
734
case
ETHERTYPE_IP
:
1177
ah->ar_pro = htons(
ETHERTYPE_IP
); /* let's be sure! */
1834
case
ETHERTYPE_IP
:
1943
ah->ar_pro = htons(
ETHERTYPE_IP
);
/src/sys/dev/ic/
hme.c
755
if (ntohs(eh->ether_type) ==
ETHERTYPE_IP
) {
760
if (ntohs(evh->evl_proto) !=
ETHERTYPE_IP
)
924
case
ETHERTYPE_IP
:
rtl8169.c
509
eh->ether_type = htons(
ETHERTYPE_IP
);
570
ntohs(eh->ether_type) !=
ETHERTYPE_IP
) {
579
ether_sprintf(dst), ether_sprintf(src),
ETHERTYPE_IP
,
/src/sys/dev/pci/cxgb/
cxgb_lro.c
122
cpl->csum != 0xffff || eh->ether_type != ntohs(
ETHERTYPE_IP
) ||
/src/sys/kern/
uipc_mbufdebug.c
271
case
ETHERTYPE_IP
:
438
case
ETHERTYPE_IP
:
Completed in 30 milliseconds
1
2
3
Indexes created Sun Feb 22 08:20:21 UTC 2026