Home
last modified time | relevance | path

Searched defs:ptype (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/net/lib/capture/
Dcooked.c148 uint16_t ptype; in interface_recv() local
316 uint16_t ptype) in create_sll_header()
370 uint16_t ptype) in net_capture_data()
/Zephyr-latest/subsys/net/lib/ptp/
Dptp.c118 static enum net_verdict ptp_recv(struct net_if *iface, uint16_t ptype, in ptp_recv()
/Zephyr-latest/include/zephyr/net/
Dnet_core.h204 uint16_t ptype; member
207 #define NET_L3_GET_NAME(l3_name, ptype) __net_l3_register_##l3_name##_##ptype argument
Dcapture.h326 uint16_t ptype) in net_capture_data()
Dethernet.h1280 #define ETH_NET_L3_REGISTER(name, ptype, handler) \ argument
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c434 uint16_t ptype, in ethernet_ip_recv()
586 uint32_t ptype) in ethernet_fill_header()
703 uint16_t ptype = htons(net_pkt_ll_proto_type(pkt)); in ethernet_send() local
Darp.c1027 uint16_t ptype, in arp_recv()
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c273 static enum net_verdict net_lldp_recv(struct net_if *iface, uint16_t ptype, struct net_pkt *pkt) in net_lldp_recv()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp.c323 static enum net_verdict net_gptp_recv(struct net_if *iface, uint16_t ptype, in net_gptp_recv()
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c1223 static enum net_verdict eapol_recv(struct net_if *iface, uint16_t ptype, in eapol_recv()
/Zephyr-latest/tests/net/vlan/src/
Dmain.c179 uint16_t ptype; in eth_tx() local