Searched refs:ethernetif (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/netif/ |
| D | ethernetif.c | 68 struct ethernetif { 86 struct ethernetif *ethernetif = netif->state; 125 struct ethernetif *ethernetif = netif->state; 163 struct ethernetif *ethernetif = netif->state; 225 struct ethernetif *ethernetif; 229 ethernetif = netif->state; 277 struct ethernetif *ethernetif; 281 ethernetif = mem_malloc(sizeof(struct ethernetif)); 282 if (ethernetif == NULL) { 299 netif->state = ethernetif; [all …]
|
| D | FILES | 12 ethernetif.c
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 74 struct ethernetif { struct 321 struct ethernetif *ethernetif; in ethernetif_init() local 325 ethernetif = mem_malloc(sizeof(struct ethernetif)); in ethernetif_init() 326 if (ethernetif == NULL) { in ethernetif_init() 343 netif->state = ethernetif; in ethernetif_init() 353 ethernetif->ethaddr = (struct eth_addr *)&(netif->hwaddr[0]); in ethernetif_init()
|
| /lib/liblwip/ |
| D | CHANGELOG | 1800 * tcpip.h, tcpip.c, ethernetif.c, opt.h: remove options ETHARP_TCPIP_INPUT & 1834 * ethernetif.c, contrib/ports/various: ethbroadcast now a shared global 1839 etharp.c ethernetif.c, etharp.h, opt.h tcpip.h, tcpip.c: 1852 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add 1854 for port maintainers to add the NETIF_FLAG_LINK_UP flag (like in ethernetif.c) 1914 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for 1919 * netif.h, ethernetif.c, slipif.c, loopif.c: Added define 1921 added initialization of those to ethernetif, slipif and loopif. 2007 string, point on one of your's ethernetif field, or alloc a string you will free yourself). 2551 * ethernetif.c: update netif->input calls to check return value. In older ports, [all …]
|