Searched defs:ptype (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/net/lib/capture/ |
D | cooked.c | 148 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/ |
D | ptp.c | 118 static enum net_verdict ptp_recv(struct net_if *iface, uint16_t ptype, in ptp_recv()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_core.h | 204 uint16_t ptype; member 207 #define NET_L3_GET_NAME(l3_name, ptype) __net_l3_register_##l3_name##_##ptype argument
|
D | capture.h | 326 uint16_t ptype) in net_capture_data()
|
D | ethernet.h | 1280 #define ETH_NET_L3_REGISTER(name, ptype, handler) \ argument
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet.c | 434 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
|
D | arp.c | 1027 uint16_t ptype, in arp_recv()
|
/Zephyr-latest/subsys/net/l2/ethernet/lldp/ |
D | lldp.c | 273 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/ |
D | gptp.c | 323 static enum net_verdict net_gptp_recv(struct net_if *iface, uint16_t ptype, in net_gptp_recv()
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_main.c | 1223 static enum net_verdict eapol_recv(struct net_if *iface, uint16_t ptype, in eapol_recv()
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 179 uint16_t ptype; in eth_tx() local
|