Home
last modified time | relevance | path

Searched refs:flags (Results 51 – 60 of 60) sorted by relevance

123

/lib/liblwip/src/core/
Ddhcp.c639 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/
Dnewfs_o2fs.c212 entries[entry].flags = 0; in AddDirectory()
/lib/liblwip/src/netif/
Dslipif.c335 netif->flags |= NETIF_FLAG_POINTTOPOINT; in slipif_init()
/lib/liblwip/src/netif/ppp/
Dlcp.c310 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()
Dppp.c1329 netif->flags = NETIF_FLAG_POINTTOPOINT | NETIF_FLAG_LINK_UP; in pppifNetifInit()
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c284 netif->flags |= NETIF_FLAG_UP; in test_tcp_init_netif()
/sys/dev/
De1000.c21 uint32_t flags; member
Dahci.c23 uint32_t flags; member
/lib/liblwip/doc/
Dsnmp_agent.txt34 doen't have a route table and doesn't have a notion of the U,G,H flags.
/lib/liblwip/
DCHANGELOG64 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