/reactos/dll/win32/urlmon/ |
H A D | protocol.c | 61 protocol->current_position+protocol->available_bytes, in report_data() 77 hres = protocol->vtbl->start_downloading(protocol); in start_downloading() 114 protocol->available_bytes = protocol->query_available; in protocol_syncbinding() 120 protocol->available_bytes, protocol->content_length); in protocol_syncbinding() 199 IInternetProtocol_AddRef(protocol->protocol); in internet_status_callback() 220 IInternetProtocol_Release(protocol->protocol); in internet_status_callback() 255 hres = protocol->vtbl->end_request(protocol); in write_post_stream() 319 protocol->protocol = prot; in protocol_start() 324 memset(&protocol->bind_info, 0, sizeof(protocol->bind_info)); in protocol_start() 484 protocol->available_bytes = protocol->query_available; in protocol_read() [all …]
|
H A D | bindprot.c | 312 if(This->protocol) { in release_protocol_handler() 314 This->protocol = NULL; in release_protocol_handler() 503 if(!protocol) { in BindProtocol_StartEx() 532 This->protocol = protocol; in BindProtocol_StartEx() 667 if(!This->protocol) { in ProtocolHandler_Continue() 675 hres = IInternetProtocol_Continue(protocol ? protocol : This->protocol, pProtocolData); in ProtocolHandler_Continue() 678 if(protocol) in ProtocolHandler_Continue() 708 if(This->protocol) { in ProtocolHandler_Terminate() 781 protocol = This->protocol; in ProtocolHandler_Read() 791 if(!This->protocol) in ProtocolHandler_Read() [all …]
|
H A D | session.c | 27 LPWSTR protocol; member 62 static name_space *find_name_space(LPCWSTR protocol) in find_name_space() argument 67 if(!wcsicmp(iter->protocol, protocol)) in find_name_space() 133 new_name_space->protocol = heap_strdupW(protocol); in register_namespace() 144 static HRESULT unregister_namespace(IClassFactory *cf, LPCWSTR protocol) in unregister_namespace() argument 151 if(iter->cf == cf && !wcsicmp(iter->protocol, protocol)) { in unregister_namespace() 158 heap_free(iter->protocol); in unregister_namespace() 431 BindProtocol *protocol; in InternetSession_CreateBinding() local 440 hres = create_binding_protocol(&protocol); in InternetSession_CreateBinding() 444 *ppOInetProt = (IInternetProtocol*)&protocol->IInternetProtocolEx_iface; in InternetSession_CreateBinding() [all …]
|
H A D | binding.c | 37 IInternetProtocolEx *protocol; member 80 BindProtocol *protocol; member 381 IInternetProtocolEx_Release(This->protocol); in StgMedUnk_Release() 397 static stgmed_buf_t *create_stgmed_buf(IInternetProtocolEx *protocol) in create_stgmed_buf() argument 407 IInternetProtocolEx_AddRef(protocol); in create_stgmed_buf() 408 ret->protocol = protocol; in create_stgmed_buf() 855 if(This->protocol) in Binding_Release() 1131 &This->protocol->IInternetProtocolEx_iface, 0); in report_data() 1497 ret->protocol = binding_ctx->protocol; in Binding_Create() 1498 IInternetProtocolEx_AddRef(&ret->protocol->IInternetProtocolEx_iface); in Binding_Create() [all …]
|
/reactos/modules/rostests/winetests/itss/ |
H A D | protocol.c | 357 IInternetProtocol *protocol; in test_protocol_url() local 369 IInternetProtocol_Release(protocol); in test_protocol_url() 377 ref = IInternetProtocol_Release(protocol); in test_protocol_url() 391 protocol_start(protocol, url, expect_mime); in test_protocol_url() 403 ref = IInternetProtocol_Release(protocol); in test_protocol_url() 411 protocol_start(protocol, url, expect_mime); in test_protocol_url() 421 ref = IInternetProtocol_Release(protocol); in test_protocol_url() 447 ref = IInternetProtocol_Release(protocol); in test_protocol_url() 574 IInternetProtocol *protocol; in test_its_protocol() local 579 test_its_protocol_info(protocol); in test_its_protocol() [all …]
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | protocol.c | 258 IInternetProtocol *protocol; in test_res_url() local 269 protocol_start(protocol, url); in test_res_url() 278 ref = IInternetProtocol_Release(protocol); in test_res_url() 511 IInternetProtocol *protocol; in test_res_protocol() local 535 protocol_start(protocol, blank_url); in test_res_protocol() 610 IInternetProtocol *protocol; in do_test_about_protocol() local 631 protocol_start(protocol, about_blank_url); in do_test_about_protocol() 641 protocol_start(protocol, about_test_url); in do_test_about_protocol() 651 protocol_start(protocol, about_res_url); in do_test_about_protocol() 661 IInternetProtocol_Release(protocol); in do_test_about_protocol() [all …]
|
/reactos/dll/win32/inetcomm/ |
H A D | protocol.c | 56 MimeHtmlProtocol *protocol; member 107 if(protocol->sink) { in report_result() 110 protocol->sink = NULL; in report_result() 128 if(protocol->location) { in on_mime_message_available() 246 if(This->protocol) in BindStatusCallback_Release() 308 This->protocol = NULL; in BindStatusCallback_OnStopBinding() 733 protocol = heap_alloc(sizeof(*protocol)); in MimeHtmlProtocol_create() 734 if(!protocol) in MimeHtmlProtocol_create() 740 protocol->ref = 1; in MimeHtmlProtocol_create() 741 protocol->outer_unk = outer ? outer : &protocol->IUnknown_inner; in MimeHtmlProtocol_create() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | ppp.c | 585 protocol = PPP_COMP; in ppp_netif_output() 780 u16_t protocol; in ppp_input() local 820 || protocol == PPP_LQR in ppp_input() 823 || protocol == PPP_PAP in ppp_input() 826 || protocol == PPP_CHAP in ppp_input() 829 || protocol == PPP_EAP in ppp_input() 844 if (pcb->settings.require_mppe && protocol != PPP_COMP && protocol < 0x8000) { in ppp_input() 874 protocol = pl[0]; in ppp_input() 883 switch (protocol) { in ppp_input() 937 if (protp->protocol == protocol) { in ppp_input() [all …]
|
H A D | mppe.c | 193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress() argument 204 np = pbuf_alloc(PBUF_RAW, MPPE_OVHD + sizeof(protocol) + (*pb)->tot_len, PBUF_RAM); in mppe_compress() 210 pbuf_remove_header(np, MPPE_OVHD + sizeof(protocol)); in mppe_compress() 218 pbuf_add_header(np, MPPE_OVHD + sizeof(protocol)); in mppe_compress() 245 pl[0] = protocol >> 8; in mppe_compress() 246 pl[1] = protocol; in mppe_compress()
|
H A D | demand.c | 135 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_QUEUE); in demand_block() 152 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_ERROR); in demand_discard() 178 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock() 456 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
|
H A D | auth.c | 753 if (protp->protocol != PPP_LCP in link_established() 947 || protp->protocol == PPP_ECP in start_networks() 950 || protp->protocol == PPP_CCP in start_networks() 979 if (protp->protocol < 0xC000 in continue_networks() 981 && protp->protocol != PPP_CCP in continue_networks() 984 && protp->protocol != PPP_ECP in continue_networks() 1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail() argument 1032 LWIP_UNUSED_ARG(protocol); in auth_peer_fail() 1054 switch (protocol) { in auth_peer_success() 1119 LWIP_UNUSED_ARG(protocol); in auth_withpeer_fail() [all …]
|
/reactos/media/drivers/etc/ |
H A D | protocol | 6 # See also http://www.iana.org/assignments/protocol-numbers 8 ip 0 IP # internet protocol, pseudo protocol number 10 icmp 1 ICMP # internet control message protocol 12 ggp 3 GGP # gateway-gateway protocol 15 tcp 6 TCP # transmission control protocol 17 egp 8 EGP # exterior gateway protocol 26 udp 17 UDP # user datagram protocol 27 mux 18 MUX # Multiplexing protocol 29 hmp 20 HMP # host monitoring protocol 36 rdp 27 RDP # "reliable datagram" protocol [all …]
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | protocol.c | 2792 IInternetProtocol *protocol; in test_early_abort() local 2865 IInternetProtocol *protocol; in test_file_protocol_url() local 3001 IInternetProtocol *protocol; in test_file_protocol_fail() local 3736 IInternetProtocol *protocol; in test_mk_protocol() local 3805 IInternetProtocol *protocol; in test_CreateBinding() local 3829 binding_protocol = protocol; in test_CreateBinding() 3879 ok(obj_refcount(protocol) == 4, "wrong protocol refcount %d\n", obj_refcount(protocol)); in test_CreateBinding() 3955 …obj_refcount(protocol) == 5 || broken(obj_refcount(protocol) == 4) /* before win7 */, "wrong proto… in test_CreateBinding() 3964 ok(obj_refcount(protocol) == 4, "wrong protocol refcount %d\n", obj_refcount(protocol)); in test_CreateBinding() 4002 ok(obj_refcount(protocol) == 1, "wrong protocol refcount %d\n", obj_refcount(protocol)); in test_CreateBinding() [all …]
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | pmap_getport.c | 59 pmap_getport(address, program, version, protocol) in pmap_getport() argument 63 u_int protocol; 74 pmap_getport(address, program, version, protocol) in pmap_getport() argument 78 u_int protocol; 93 parms.pm_prot = protocol;
|
H A D | pmap_clnt.c | 55 pmap_set(u_long program, u_long version, int protocol, int port) in pmap_set() argument 62 if ((protocol != IPPROTO_UDP) && (protocol != IPPROTO_TCP)) { in pmap_set() 65 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp"); in pmap_set()
|
/reactos/dll/win32/ws2_32/src/ |
H A D | socklife.c | 145 IN INT protocol) in socket() argument 151 DPRINT("socket: %lx, %lx, %lx\n", af, type, protocol); in socket() 165 if ((af == AF_NETBIOS) && (protocol > 0)) protocol *= -1; in socket() 168 return WSASocketW(af, type, protocol, NULL, 0, Flags); in socket() 446 IN INT protocol, in WSASocketA() argument 479 protocol, in WSASocketA() 492 IN INT protocol, in WSASocketW() argument 506 DPRINT("WSASocketW: %lx, %lx, %lx, %p\n", af, type, protocol, lpProtocolInfo); in WSASocketW() 540 protocol, in WSASocketW() 559 protocol, in WSASocketW()
|
/reactos/base/services/dhcpcsvc/dhcp/ |
H A D | dispatch.c | 56 struct protocol *protocols = NULL; 73 struct protocol *l; in dispatch() 194 got_one(struct protocol *l) in got_one() 342 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol() argument 345 struct protocol *p; in add_protocol() 359 remove_protocol(struct protocol *proto) in remove_protocol() 361 struct protocol *p, *next, *prev; in remove_protocol() 411 struct protocol * 414 struct protocol *p; in find_protocol_by_adapter()
|
H A D | api.c | 39 struct protocol* proto; in DSLeaseIpAddress() 93 struct protocol* proto; in DSReleaseIpAddressLease() 132 struct protocol* proto; in DSRenewIpAddressLease() 169 struct protocol* proto; in DSStaticRefreshParams()
|
/reactos/base/services/dhcpcsvc/include/ |
H A D | dhcpd.h | 252 struct protocol { struct 253 struct protocol *next; argument 255 void (*handler)(struct protocol *); argument 355 void got_one(struct protocol *); 358 void add_protocol(char *, int, void (*)(struct protocol *), void *); 359 void remove_protocol(struct protocol *); 360 struct protocol *find_protocol_by_adapter( struct interface_info * );
|
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | protocol.c | 42 static void test_service_flags(int family, int version, int socktype, int protocol, DWORD testflags) in test_service_flags() argument 45 if (socktype == SOCK_STREAM && protocol == IPPROTO_TCP) in test_service_flags() 47 if (socktype == SOCK_DGRAM && protocol == IPPROTO_UDP) in test_service_flags() 195 START_TEST( protocol ) in START_TEST() argument
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 159 err_t (*netif_output)(ppp_pcb *pcb, void *ctx, struct pbuf *p, u_short protocol); 284 u_short protocol; /* PPP protocol number */ member 566 void auth_peer_fail(ppp_pcb *pcb, int protocol); 568 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen); 571 void auth_withpeer_fail(ppp_pcb *pcb, int protocol); 573 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor);
|
/reactos/sdk/include/psdk/ |
H A D | natupnp.idl | 81 HRESULT Item([in] long port, [in] BSTR protocol, [out, retval] IStaticPortMapping **mapping); 87 HRESULT Remove([in] long port, [in] BSTR protocol); 90 HRESULT Add([in] long external, [in] BSTR protocol, [in] long internal, [in] BSTR client, 164 HRESULT Remove([in] BSTR host, [in] long port, [in] BSTR protocol); 167 HRESULT Add([in] BSTR host, [in] long port, [in] BSTR protocol, [in] long internal,
|
/reactos/base/applications/network/netstat/lang/ |
H A D | en-US.rc | 5 IDS_USAGE "\nDisplays current TCP/IP protocol statistics and network connections.\n\n\ 13 -p proto Shows connections for protocol 'proto' TCP or UDP.\n\ 15 per-protocol statistics, 'proto' may be TCP, UDP, or IP.\n\ 17 -s Displays per-protocol statistics. By default, Statistics are\n\
|
/reactos/dll/win32/wmvcore/ |
H A D | reader.c | 468 FIXME("(%p)->(%p %p)\n", This, protocol, protocol_len); in WMReaderAdvanced2_GetProtocolName() 788 FIXME("%p, %s, %p\n", This, debugstr_w(protocol), proxy); in networkconfig_GetProxySettings() 796 FIXME("%p, %s, %d\n", This, debugstr_w(protocol), proxy); in networkconfig_SetProxySettings() 804 FIXME("%p, %s, %p, %p\n", This, debugstr_w(protocol), hostname, size); in networkconfig_GetProxyHostName() 812 FIXME("%p, %s, %s\n", This, debugstr_w(protocol), debugstr_w(hostname)); in networkconfig_SetProxyHostName() 820 FIXME("%p, %s, %p\n", This, debugstr_w(protocol), port); in networkconfig_GetProxyPort() 828 FIXME("%p, %s, %u\n", This, debugstr_w(protocol), port); in networkconfig_SetProxyPort() 852 FIXME("%p, %s, %p\n", This, debugstr_w(protocol), bypass); in networkconfig_GetProxyBypassForLocal() 860 FIXME("%p, %s, %d\n", This, debugstr_w(protocol), bypass); in networkconfig_SetProxyBypassForLocal() 965 WCHAR *protocol, DWORD *size) in networkconfig_GetSupportedProtocolName() argument [all …]
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | README | 3 lwIP is a small independent implementation of the TCP/IP protocol suite. 33 TCP-based protocol (ported to mbedTLS) (see changelog for more info) 34 * PPPoS and PPPoE (Point-to-point protocol over Serial/Ethernet) 43 * SNTP (Simple network time protocol)
|