| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_security.rst | 111 Inline protocol offload 115 The crypto and protocol processing for security protocol (e.g. IPsec) 191 Lookaside protocol offload 218 for any protocol header addition. 355 are defined by the security action type, security protocol, protocol 366 PMD which supports the IPsec and PDCP protocol. 395 .protocol = RTE_SECURITY_PROTOCOL_PDCP, 404 .protocol = RTE_SECURITY_PROTOCOL_PDCP, 461 protocol. 591 enum rte_security_session_protocol protocol; [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libshare/ |
| H A D | libshare.c | 81 const char *shareopts, char *protocol) in sa_enable_share() argument 93 if (strcmp(fstype->name, protocol) == 0) { in sa_enable_share() 115 sa_disable_share(const char *mountpoint, char *protocol) in sa_disable_share() argument 127 if (strcmp(fstype->name, protocol) == 0) { in sa_disable_share() 144 sa_is_shared(const char *mountpoint, char *protocol) in sa_is_shared() argument 156 if (strcmp(fstype->name, protocol) == 0) { in sa_is_shared() 166 sa_commit_shares(const char *protocol) in sa_commit_shares() argument 170 if (strcmp(fstype->name, protocol) == 0) in sa_commit_shares()
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 177 char *idtype, *id, *protocol, *portnumber, *p; in parse_rule_element() local 207 protocol = strsep(&element, ":"); in parse_rule_element() 208 if (protocol == NULL) { in parse_rule_element() 212 if (strcmp(protocol, TCP_STRING) == 0) in parse_rule_element() 214 else if (strcmp(protocol, UDP_STRING) == 0) in parse_rule_element() 272 const char *idtype, *protocol; 287 protocol = TCP_STRING; 290 protocol = UDP_STRING; 297 protocol, rule->r_port);
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.c | 182 capability->protocol == idx->protocol) { in rte_security_capability_get() 183 if (idx->protocol == RTE_SECURITY_PROTOCOL_IPSEC) { in rte_security_capability_get() 191 } else if (idx->protocol == RTE_SECURITY_PROTOCOL_PDCP) { in rte_security_capability_get() 195 } else if (idx->protocol == in rte_security_capability_get()
|
| H A D | rte_security.h | 369 enum rte_security_session_protocol protocol; member 608 enum rte_security_session_protocol protocol; member 645 enum rte_security_session_protocol protocol; member 726 enum rte_security_session_protocol protocol; member
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | udp_var.h | 161 udp_get_inpcbinfo(int protocol) in udp_get_inpcbinfo() argument 163 return (protocol == IPPROTO_UDP) ? &V_udbinfo : &V_ulitecbinfo; in udp_get_inpcbinfo() 167 udp_get_pcblist(int protocol) in udp_get_pcblist() argument 169 return (protocol == IPPROTO_UDP) ? &V_udb : &V_ulitecb; in udp_get_pcblist()
|
| /f-stack/freebsd/netinet/ |
| H A D | udp_var.h | 161 udp_get_inpcbinfo(int protocol) in udp_get_inpcbinfo() argument 163 return (protocol == IPPROTO_UDP) ? &V_udbinfo : &V_ulitecbinfo; in udp_get_inpcbinfo() 167 udp_get_pcblist(int protocol) in udp_get_pcblist() argument 169 return (protocol == IPPROTO_UDP) ? &V_udb : &V_ulitecb; in udp_get_pcblist()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | arm,scmi.txt | 25 protocol identifier for a given sub-node. 41 Each protocol supported shall have a sub-node with corresponding compatible 43 communication channel for a particular protocol, the 3 properties namely: 45 to that protocol. 148 scmi_devpd: protocol@11 { 153 scmi_dvfs: protocol@13 { 158 scmi_clk: protocol@14 { 163 scmi_sensors0: protocol@15 { 168 scmi_reset: protocol@16 {
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_core_module.c | 205 if (conf->protocol == NULL) { in ngx_mail_core_merge_srv_conf() 361 if (cscf->protocol == NULL) { in ngx_mail_core_listen() 369 if (module->protocol == NULL) { in ngx_mail_core_listen() 373 for (i = 0; module->protocol->port[i]; i++) { in ngx_mail_core_listen() 374 if (module->protocol->port[i] == u.port) { in ngx_mail_core_listen() 375 cscf->protocol = module->protocol; in ngx_mail_core_listen() 623 if (module->protocol in ngx_mail_core_protocol() 624 && ngx_strcmp(module->protocol->name.data, value[1].data) == 0) in ngx_mail_core_protocol() 626 cscf->protocol = module->protocol; in ngx_mail_core_protocol()
|
| H A D | ngx_mail_handler.c | 248 c->read->handler = cscf->protocol->init_protocol; in ngx_mail_ssl_handshake_handler() 251 cscf->protocol->init_protocol(c->read); in ngx_mail_ssl_handshake_handler() 294 s->out = cscf->protocol->cert_error; in ngx_mail_verify_cert() 315 s->out = cscf->protocol->no_cert; in ngx_mail_verify_cert() 343 s->protocol = cscf->protocol->type; in ngx_mail_init_session() 353 cscf->protocol->init_session(s, c); in ngx_mail_init_session() 737 rc = cscf->protocol->parse_command(s); in ngx_mail_read_command() 798 s->out = cscf->protocol->internal_server_error; in ngx_mail_session_internal_server_error()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | st,stm32-sai.txt | 52 - st,iec60958: support S/PDIF IEC6958 protocol for playback 53 IEC60958 protocol is not available for capture. 54 By default, custom protocol is assumed, meaning that protocol is 55 configured according to protocol defined in related DAI link node, 57 Note: ac97 protocol is not supported by SAI driver
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reset/ |
| H A D | ti,sci-reset.txt | 8 through a protocol called TI System Control Interface (TI-SCI protocol). 14 This reset controller node uses the TI SCI protocol to perform the reset 37 Please refer to the protocol documentation for these values
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | nokia-bluetooth.txt | 5 vendors and modified device API. Those devices speak a protocol named H4+ 6 (also known as h4p) by Nokia, which is similar to the H4 protocol from the 7 Bluetooth standard. In addition to the H4 protocol it specifies two more
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 215 fstack_territory(int domain, int type, int protocol) in fstack_territory() argument 230 socket(int domain, int type, int protocol) in socket() argument 234 return SYSCALL(socket)(domain, type, protocol); in socket() 237 if (unlikely(fstack_territory(domain, type, protocol) == 0)) { in socket() 238 return SYSCALL(socket)(domain, type, protocol); in socket() 242 return SYSCALL(socket)(domain, type, protocol); in socket() 246 sock = ff_socket(domain, type, protocol); in socket()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | aspeed-bmc-facebook-yosemitev2.dts | 129 i2c-protocol; 140 i2c-protocol; 151 i2c-protocol; 162 i2c-protocol;
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 108 should start with relevant protocol header. 109 Some matching pattern structures implements this by duplicating protocol header 110 fields in the struct. To clarify the intention and to be sure protocol header 111 is intact, will replace those fields with relevant protocol header struct. 112 In v21.02 both individual protocol header fields and the protocol header struct 113 will be added as union, target is switch usage to the protocol header by time. 114 In v21.11 LTS, protocol header fields will be cleaned and only protocol header
|
| /f-stack/dpdk/app/test/ |
| H A D | test_security.c | 2078 .protocol = RTE_SECURITY_PROTOCOL_IPSEC, in test_capability_get_no_matching_protocol() 2087 .protocol = RTE_SECURITY_PROTOCOL_PDCP, in test_capability_get_no_matching_protocol() 2117 .protocol = RTE_SECURITY_PROTOCOL_MACSEC, in test_capability_get_no_support_for_macsec() 2151 .protocol = RTE_SECURITY_PROTOCOL_IPSEC, in test_capability_get_ipsec_mismatch_proto() 2191 .protocol = RTE_SECURITY_PROTOCOL_IPSEC, in test_capability_get_ipsec_mismatch_mode() 2233 .protocol = RTE_SECURITY_PROTOCOL_IPSEC, in test_capability_get_ipsec_mismatch_dir() 2277 .protocol = RTE_SECURITY_PROTOCOL_IPSEC, in test_capability_get_ipsec_match() 2324 .protocol = RTE_SECURITY_PROTOCOL_PDCP, in test_capability_get_pdcp_mismatch_domain() 2332 .protocol = RTE_SECURITY_PROTOCOL_PDCP, in test_capability_get_pdcp_mismatch_domain() 2364 .protocol = RTE_SECURITY_PROTOCOL_PDCP, in test_capability_get_pdcp_match() [all …]
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_ethdev.h | 153 u32 protocol:8; member 183 u32 protocol:8; 203 u32 protocol:7; member 222 u32 protocol:7;
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_cisco.c | 75 uint16_t protocol; member 370 h->protocol = htons(ETHERTYPE_IP); in cisco_rcvdata() 373 h->protocol = htons(ETHERTYPE_IPV6); in cisco_rcvdata() 376 h->protocol = htons(ETHERTYPE_AT); in cisco_rcvdata() 379 h->protocol = htons(ETHERTYPE_IPX); in cisco_rcvdata() 472 switch (ntohs(h->protocol)) { in cisco_input() 616 h->protocol = htons(CISCO_KEEPALIVE); in cisco_send()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | qcom-ipcc.yaml | 15 addressing scheme called protocol, client and signal. For example, consider an 20 protocol (protocol-id is 0). Refer include/dt-bindings/mailbox/qcom-ipcc.h
|
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.cpp | 37 int ff_hook_socket(int domain, int type, int protocol) in ff_hook_socket() argument 40 return mt_real_func(socket)(domain, type, protocol); in ff_hook_socket() 42 return ff_socket(domain, type, protocol); in ff_hook_socket()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/openrisc/opencores/ |
| H A D | or1ksim.txt | 6 specification, however some aspects, such as the boot protocol have been defined 36 Boot protocol
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | st-rc.txt | 11 protocol used for receiving remote control signals. rx-mode should 14 protocol used for transmitting remote control signals. tx-mode should
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | ti,sci-clk.txt | 6 running an OS and the System Controller happens through a protocol known 8 framework and makes use of the TI-SCI protocol on clock API requests.
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 302 pffindproto(int family, int protocol, int type) in pffindproto() argument 317 if ((pr->pr_protocol == protocol) && (pr->pr_type == type)) in pffindproto() 404 pf_proto_unregister(int family, int protocol, int type) in pf_proto_unregister() argument 412 if (protocol == 0) in pf_proto_unregister() 429 if ((pr->pr_type == type) && (pr->pr_protocol == protocol)) { in pf_proto_unregister()
|