Home
last modified time | relevance | path

Searched refs:opt2 (Results 1 – 3 of 3) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dccp.c1388 static const char *method_name(ccp_options *opt, ccp_options *opt2) { in method_name() argument
1391 LWIP_UNUSED_ARG(opt2); in method_name()
1424 if (opt2 != NULL && opt2->deflate_size != opt->deflate_size) in method_name()
1427 opt->deflate_size, opt2->deflate_size); in method_name()
1436 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits) in method_name()
1438 opt->bsd_bits, opt2->bsd_bits); in method_name()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dccp.c1388 static const char *method_name(ccp_options *opt, ccp_options *opt2) { in method_name() argument
1391 LWIP_UNUSED_ARG(opt2); in method_name()
1424 if (opt2 != NULL && opt2->deflate_size != opt->deflate_size) in method_name()
1427 opt->deflate_size, opt2->deflate_size); in method_name()
1436 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits) in method_name()
1438 opt->bsd_bits, opt2->bsd_bits); in method_name()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h2796 #define LWIP_HOOK_TCP_INPACKET_PCB(pcb, hdr, optlen, opt1len, opt2, p) argument

Completed in 17 milliseconds