Searched refs:flags (Results 51 – 60 of 60) sorted by relevance
123
| /lib/liblwip/src/core/ |
| D | dhcp.c | 639 netif->flags &= ~NETIF_FLAG_DHCP; in dhcp_start() 642 if ((netif->flags & NETIF_FLAG_ETHARP) == 0) { in dhcp_start() 698 netif->flags |= NETIF_FLAG_DHCP; in dhcp_start() 1226 netif->flags &= ~NETIF_FLAG_DHCP; in dhcp_stop() 1696 dhcp->msg_out->flags = 0; in dhcp_create_msg()
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 212 entries[entry].flags = 0; in AddDirectory()
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 335 netif->flags |= NETIF_FLAG_POINTTOPOINT; in slipif_init()
|
| /lib/liblwip/src/netif/ppp/ |
| D | lcp.c | 310 f->flags = 0; in lcp_open() 312 f->flags |= OPT_PASSIVE; in lcp_open() 315 f->flags |= OPT_SILENT; in lcp_open() 334 if (f->state == LS_STOPPED && f->flags & (OPT_PASSIVE|OPT_SILENT)) { in lcp_close()
|
| D | ppp.c | 1329 netif->flags = NETIF_FLAG_POINTTOPOINT | NETIF_FLAG_LINK_UP; in pppifNetifInit()
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 284 netif->flags |= NETIF_FLAG_UP; in test_tcp_init_netif()
|
| /sys/dev/ |
| D | e1000.c | 21 uint32_t flags; member
|
| D | ahci.c | 23 uint32_t flags; member
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 34 doen't have a route table and doesn't have a notion of the U,G,H flags.
|
| /lib/liblwip/ |
| D | CHANGELOG | 64 Added pbuf flags to mark incoming packets as link-layer broadcast/multicast. 1162 take option flags rather than specified option data 1321 no-copy-tcpwrite": deallocate option data, only concat segments with same flags 1713 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags 1828 * pbuf.c, pbuf.h, etharp.c, tcp_in.c, sockets.c: Split pbuf flags in pbuf 1829 type and flgs (later renamed to flags). 2178 and has to be explicitly disabled with 'tcp_pcb->flags |= TF_NODELAY' 2381 * tcp_out.c: Fix for bug #20075 : "A problem with keep-alive timer and TCP flags" 2382 where TCP flags wasn't initialized in tcp_keepalive. 2743 * netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.
|
123