Searched refs:isopen (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | ppp.c | 1352 ccp_set(ppp_pcb *pcb, u8_t isopen, u8_t isup, u8_t receive_method, u8_t transmit_method) in ccp_set() argument 1354 LWIP_UNUSED_ARG(isopen); in ccp_set() 1359 pcb->netif->num, isopen, isup, receive_method, transmit_method)); in ccp_set()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 466 void ccp_set(ppp_pcb *pcb, u8_t isopen, u8_t isup, u8_t receive_method, u8_t transmit_method);
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 1060 int isopen = 0; in is_open() local 1064 isopen = 1; in is_open() 1066 return isopen; in is_open()
|