Searched refs:opt2 (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | ccp.c | 1388 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()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | opt.h | 2865 #define LWIP_HOOK_TCP_INPACKET_PCB(pcb, hdr, optlen, opt1len, opt2, p) argument
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 4374 …INAPI WebBrowserPriv2IE8_SetBrowserFrameOptions(IWebBrowserPriv2IE8 *iface, DWORD opt1, DWORD opt2) in WebBrowserPriv2IE8_SetBrowserFrameOptions() argument
|
/reactos/sdk/include/psdk/ |
H A D | mshtml.idl | 19413 HRESULT SetBrowserFrameOptions(DWORD opt1, DWORD opt2);
|