Searched refs:eth_type (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/lwip2/netif/
H A Dethernet.h67 err_t ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);
/barrelfish-master/include/lwip2/lwip/prot/
H A Dethernet.h108 enum eth_type { enum
/barrelfish-master/lib/lwip2/src/netif/
H A Dethernet.c260 * @param eth_type ethernet type (@ref eth_type)
266 u16_t eth_type)
269 u16_t eth_type_be = lwip_htons(eth_type);
272 s32_t vlan_prio_vid = LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type);
264 ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type) argument
/barrelfish-master/include/lwip2/lwip/
H A Dopt.h2560 * Signature: s32_t my_hook_vlan_set(struct netif* netif, struct pbuf* pbuf, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);\n
2566 * - eth_type: ethernet type to packet to be sent\n
2574 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type)
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs.h885 u32 eth_type; member in struct:ib_send_wr::__anon893::__anon898

Completed in 120 milliseconds