Home
last modified time | relevance | path

Searched refs:passive (Results 1 – 20 of 20) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dlcp.h84 u_int passive : 1; /* Don't die if we don't get a response */ member
A Dlcp.c252 wo->passive = 0; in lcp_init()
311 if (wo->passive) { in lcp_open()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dlcp.h115 unsigned int passive :1; /* Don't die if we don't get a response */ member
A Dppp.h539 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval)
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dlcp.h111 unsigned int passive :1; /* Don't die if we don't get a response */ member
A Dppp.h535 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval)
/components/drivers/thermal/
A Dthermal.c554 rt_bool_t passive = RT_FALSE, need_cool = RT_FALSE; in rt_thermal_zone_device_update() local
590 passive = RT_TRUE; in rt_thermal_zone_device_update()
701 else if (passive && zdev->passive_delay) in rt_thermal_zone_device_update()
/components/drivers/wlan/
A Ddev_wlan.h491 rt_bool_t passive; member
A Ddev_wlan.c621 scan_info.passive = info->hidden ? RT_TRUE : RT_FALSE; in rt_wlan_dev_scan()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dlcp.c162 { "passive", o_bool, &lcp_wantoptions[0].passive,
164 { "-p", o_bool, &lcp_wantoptions[0].passive,
411 if (wo->passive) in lcp_open()
A Dpppol2tp.c283 lcp_wo->passive = 0; in pppol2tp_connect()
A Dpppoe.c917 lcp_wo->passive = 0; in pppoe_connect()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dlcp.c162 { "passive", o_bool, &lcp_wantoptions[0].passive,
164 { "-p", o_bool, &lcp_wantoptions[0].passive,
411 if (wo->passive) in lcp_open()
A Dpppol2tp.c283 lcp_wo->passive = 0; in pppol2tp_connect()
A Dpppoe.c912 lcp_wo->passive = 0; in pppoe_connect()
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt337 * two passive modes for PPPoS, ppp_set_passive and ppp_set_silent.
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt337 * two passive modes for PPPoS, ppp_set_passive and ppp_set_silent.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG224 * tcp_in.c: fix bug #51937 (leaking tcp_pcbs on passive close with unacked data)
265 * tcp_in.c: fix bug #51937 (leaking tcp_pcbs on passive close with unacked data)
440 passive open to inform the application about this error
3395 is now based on TCP_MSS instead of pcb->mss (on passive open now effectively
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG12 * tcp_in.c: fix bug #51937 (leaking tcp_pcbs on passive close with unacked data)
187 passive open to inform the application about this error
3142 is now based on TCP_MSS instead of pcb->mss (on passive open now effectively
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2186 is now based on TCP_MSS instead of pcb->mss (on passive open now effectively

Completed in 62 milliseconds