Searched defs:ifdev_ops (Results 1 – 1 of 1) sorted by relevance
/minix3/minix/net/lwip/ |
H A D | ifdev.h | 27 struct ifdev_ops { struct 28 err_t (* iop_init)(struct ifdev * ifdev, struct netif * netif); 29 err_t (* iop_input)(struct pbuf * pbuf, struct netif * netif); 30 err_t (* iop_output)(struct ifdev * ifdev, struct pbuf * pbuf, 32 err_t (* iop_output_v4)(struct netif * netif, struct pbuf * pbuf, 34 err_t (* iop_output_v6)(struct netif * netif, struct pbuf * pbuf, 36 void (* iop_hdrcmplt)(struct ifdev * ifdev, struct pbuf * pbuf); 37 void (* iop_poll)(struct ifdev * ifdev); 38 int (* iop_set_ifflags)(struct ifdev * ifdev, unsigned int ifflags); 39 void (* iop_get_ifcap)(struct ifdev * ifdev, uint64_t * ifcap, [all …]
|