HomeSort by: relevance | last modified time | path
    Searched defs:etype (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/lib/libsa/
ip.c 126 u_int16_t etype; local in function:readip
130 n = readether(d, ip, len + sizeof(*ip), tleft, &etype);
134 if (etype == ETHERTYPE_ARP) {
145 if (etype != ETHERTYPE_IP) {
ip.c 126 u_int16_t etype; local in function:readip
130 n = readether(d, ip, len + sizeof(*ip), tleft, &etype);
134 if (etype == ETHERTYPE_ARP) {
145 if (etype != ETHERTYPE_IP) {
rarp.c 179 u_int16_t etype; /* host order */ local in function:rarprecv
186 n = readether(d, pkt, len, tleft, &etype);
196 if (etype != ETHERTYPE_REVARP) {
199 printf("bad type=0x%x\n", etype);
rarp.c 179 u_int16_t etype; /* host order */ local in function:rarprecv
186 n = readether(d, pkt, len, tleft, &etype);
196 if (etype != ETHERTYPE_REVARP) {
199 printf("bad type=0x%x\n", etype);
arp.c 194 u_int16_t etype; /* host order */ local in function:arprecv
200 n = readether(d, pkt, len, tleft, &etype);
210 if (etype != ETHERTYPE_ARP) {
213 printf("not arp type=%d\n", etype);
arp.c 194 u_int16_t etype; /* host order */ local in function:arprecv
200 n = readether(d, pkt, len, tleft, &etype);
210 if (etype != ETHERTYPE_ARP) {
213 printf("not arp type=%d\n", etype);
  /src/sys/arch/xen/xen/
xennet_checksum.c 85 uint16_t etype; local in function:xennet_checksum_fill
98 etype = eh->ether_type;
100 if (__predict_false(etype == htons(ETHERTYPE_VLAN))) {
107 etype = ntohs(evl->evl_proto);
110 switch (etype) {
xennet_checksum.c 85 uint16_t etype; local in function:xennet_checksum_fill
98 etype = eh->ether_type;
100 if (__predict_false(etype == htons(ETHERTYPE_VLAN))) {
107 etype = ntohs(evl->evl_proto);
110 switch (etype) {
  /src/sys/dev/pci/ixgbe/
if_fdir.c 97 u16 etype; local in function:ixgbe_atr
102 etype = eh->evl_proto;
105 etype = eh->evl_encap_proto;
109 if (etype != htons(ETHERTYPE_IP))
139 common.flex_bytes ^= etype;
if_fdir.c 97 u16 etype; local in function:ixgbe_atr
102 etype = eh->evl_proto;
105 etype = eh->evl_encap_proto;
109 if (etype != htons(ETHERTYPE_IP))
139 common.flex_bytes ^= etype;
  /src/sys/net/agr/
if_agrether_hash.c 79 uint16_t etype; local in function:agrether_hashmbuf
88 etype = eh->ether_type;
90 if (etype == htobe16(ETHERTYPE_VLAN)) {
101 etype = vlanhdr->evl_proto;
111 if (etype == htobe16(ETHERTYPE_IP)) {
126 } else if (etype == htobe16(ETHERTYPE_IPV6)) {
if_agrether_hash.c 79 uint16_t etype; local in function:agrether_hashmbuf
88 etype = eh->ether_type;
90 if (etype == htobe16(ETHERTYPE_VLAN)) {
101 etype = vlanhdr->evl_proto;
111 if (etype == htobe16(ETHERTYPE_IP)) {
126 } else if (etype == htobe16(ETHERTYPE_IPV6)) {
  /src/usr.sbin/npf/npftest/libnpftest/
npfl2onlytest.c 28 uint16_t etype; member in struct:test_case
35 .ifname = IFNAME_INT, .etype = ETHERTYPE_IPV6,
40 .ifname = IFNAME_INT, .etype = ETHERTYPE_IP,
45 .ifname = IFNAME_INT, .etype = ETHERTYPE_IP,
59 m = mbuf_get_frame(t->src, t->dst, htons(t->etype));
npfl2onlytest.c 28 uint16_t etype; member in struct:test_case
35 .ifname = IFNAME_INT, .etype = ETHERTYPE_IPV6,
40 .ifname = IFNAME_INT, .etype = ETHERTYPE_IP,
45 .ifname = IFNAME_INT, .etype = ETHERTYPE_IP,
59 m = mbuf_get_frame(t->src, t->dst, htons(t->etype));
npf_l2rule_test.c 20 uint16_t etype; member in struct:test_case
28 .ifname = IFNAME_INT, .etype = ETHERTYPE_IPV6,
34 .ifname = IFNAME_INT, .etype = ETHERTYPE_IP,
41 .ifname = IFNAME_INT, .etype = ETHERTYPE_ATALK,
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,
80 m = mbuf_get_frame(t->src, t->dst, htons(t->etype));
107 m = mbuf_get_frame(t->src, t->dst, htons(t->etype));
    [all...]
npf_l2rule_test.c 20 uint16_t etype; member in struct:test_case
28 .ifname = IFNAME_INT, .etype = ETHERTYPE_IPV6,
34 .ifname = IFNAME_INT, .etype = ETHERTYPE_IP,
41 .ifname = IFNAME_INT, .etype = ETHERTYPE_ATALK,
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,
80 m = mbuf_get_frame(t->src, t->dst, htons(t->etype));
107 m = mbuf_get_frame(t->src, t->dst, htons(t->etype));
    [all...]
  /src/usr.bin/who/
utmpentry.c 73 int etype = 1 << USER_PROCESS; variable in typeref:typename:int
202 if (fname == NULL && ((1 << utx->ut_type) & etype) == 0)
216 if ((etype & (1 << USER_PROCESS)) != 0) {
utmpentry.c 73 int etype = 1 << USER_PROCESS; variable in typeref:typename:int
202 if (fname == NULL && ((1 << utx->ut_type) & etype) == 0)
216 if ((etype & (1 << USER_PROCESS)) != 0) {
  /src/sys/dev/mvme/
memc.c 541 const char *etype; local in function:memecc_log_error
574 etype = "Correctable";
591 etype = "Uncorrectable";
593 etype = "Spurious";
596 device_xname(sc->sc_dev), etype, bm, rdwr, addr);
memc.c 541 const char *etype; local in function:memecc_log_error
574 etype = "Correctable";
591 etype = "Uncorrectable";
593 etype = "Spurious";
596 device_xname(sc->sc_dev), etype, bm, rdwr, addr);
  /src/sys/net/
if_ieee1394subr.c 88 uint16_t etype = 0; local in function:ieee1394_output
145 etype = htons(ETHERTYPE_IP);
150 etype = htons(ETHERTYPE_ARP);
171 etype = htons(ETHERTYPE_IPV6);
195 h.ibh_type = etype;
224 m0 = ieee1394_fragment(ifp, m0, (2<<hwdst->iha_maxrec) - hdrlen, etype);
251 uint16_t etype)
266 iuh->iuh_etype = etype;
277 ifh->ifh_etype_off = etype;
326 uint16_t etype; local in function:ieee1394_input
409 uint16_t etype, off, ftype, size, dgl; local in function:ieee1394_reass
    [all...]
if_ieee1394subr.c 88 uint16_t etype = 0; local in function:ieee1394_output
145 etype = htons(ETHERTYPE_IP);
150 etype = htons(ETHERTYPE_ARP);
171 etype = htons(ETHERTYPE_IPV6);
195 h.ibh_type = etype;
224 m0 = ieee1394_fragment(ifp, m0, (2<<hwdst->iha_maxrec) - hdrlen, etype);
251 uint16_t etype)
266 iuh->iuh_etype = etype;
277 ifh->ifh_etype_off = etype;
326 uint16_t etype; local in function:ieee1394_input
409 uint16_t etype, off, ftype, size, dgl; local in function:ieee1394_reass
    [all...]
  /src/sys/uvm/
uvm_map.h 146 uint8_t etype; /* entry type */ member in struct:vm_map_entry
uvm_map.h 146 uint8_t etype; /* entry type */ member in struct:vm_map_entry
  /src/sys/dev/ic/
mlx.c 973 int etype, s; local in function:mlx_periodic
1005 etype = MLX_CMD_ENQUIRY_OLD;
1007 etype = MLX_CMD_ENQUIRY;
1009 mlx_enquire(mlx, etype, uimax(sizeof(struct mlx_enquiry),

Completed in 32 milliseconds

1 2 3