| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 353 nat64_embed_ip4(struct in6_addr *ip6, int plen, in_addr_t ia) in nat64_embed_ip4() 399 nat64_extract_ip4(const struct in6_addr *ip6, int plen) in nat64_extract_ip4() 511 uint16_t plen, uint8_t proto, struct ip *ip) in nat64_init_ip4hdr() 544 int plen; in nat64_fragment6() local 656 int len, plen, proto; in nat64_icmp6_reflect() local 800 int len, plen; in nat64_icmp_reflect() local 913 int len, hlen, plen; in nat64_icmp_translate() local 1239 int plen, hlen; in nat64_do_handle_ip4() local 1350 int plen, proto; in nat64_handle_icmp6() local 1573 int plen, hlen, proto; in nat64_do_handle_ip6() local
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 322 int plen, uint8_t flags, uint8_t tcp_flags) in hash_insert() 359 int plen; in hash_insert() local 378 int plen; in hash_insert() local 395 int plen, uint8_t flags, uint8_t tcp_flags) in hash6_insert() 433 int plen; in hash6_insert() local 452 int plen; in hash6_insert() local 655 int hlen, plen; in ng_netflow_flow_add() local 785 int plen; in ng_netflow_flow6_add() local
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm6.c | 161 const struct in6_addr addr6, int plen, uint32_t scopeid) in handle_ll_change() 174 int plen; in pack_parent_rule() local 200 const struct in6_addr *addr6, int plen) in handle_gu_change() 251 int plen; in handle_any_change() local 302 int plen; in add_route_cb() local
|
| H A D | dpdk_lpm.c | 137 get_parent_rule(struct dpdk_lpm_data *dd, struct in_addr addr, uint8_t *plen, uint32_t *nhop_idx) in get_parent_rule() 161 const struct in_addr addr, int plen) in handle_gu_change() 217 int plen; in handle_rtable_change_cb() local 247 int plen, ret; in add_route_cb() local
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | chacha20.c | 29 size_t plen; in tv() local 116 size_t plen; in tv_ietf() local
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | esp_outb.c | 29 uint32_t pofs, uint32_t plen) in sop_ciph_auth_prepare() 46 uint32_t pofs, uint32_t plen) in sop_aead_prepare() 62 const union sym_op_data *icv, uint32_t hlen, uint32_t plen) in outb_cop_prepare() 112 uint32_t clen, hlen, l2len, pdlen, pdofs, plen, tlen; in outb_tun_pkt_prepare() local 280 uint32_t clen, hlen, pdlen, pdofs, plen, tlen, uhlen; in outb_trs_pkt_prepare() local 417 uint32_t plen, void *iv) in outb_cpu_crypto_prepare()
|
| H A D | iph.h | 42 update_trs_l3hdr(const struct rte_ipsec_sa *sa, void *p, uint32_t plen, in update_trs_l3hdr() 244 const void *inh, uint32_t plen, uint32_t l2len, rte_be16_t pid) in update_tun_outb_l3hdr()
|
| H A D | esp_inb.c | 29 uint32_t pofs, uint32_t plen) in sop_ciph_auth_prepare() 46 uint32_t pofs, uint32_t plen) in sop_aead_prepare() 62 const union sym_op_data *icv, uint32_t pofs, uint32_t plen) in inb_cop_prepare() 110 uint32_t *pofs, uint32_t plen, void *iv) in inb_cpu_crypto_prepare() 223 uint32_t clen, icv_len, icv_ofs, plen; in inb_prepare() local
|
| H A D | misc.h | 49 uint32_t k, n, plen; in mbuf_get_seg_ofs() local
|
| /f-stack/freebsd/netpfil/ipfw/pmod/ |
| H A D | tcpmod.c | 125 int hlen, plen, proto; in tcpmod_ipv6_setmss() local 158 int hlen, plen; in tcpmod_ipv4_setmss() local
|
| /f-stack/freebsd/i386/i386/ |
| H A D | copyout.c | 101 int error, i, plen; in cp_slow0() local 166 size_t plen; in copyinstr() local 210 size_t plen; in copyin() local 245 size_t plen; in copyout() local
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_fastfwd.c | 99 uint32_t plen; in ip6_tryforward() local
|
| H A D | ip_fw_nptv6.h | 47 uint8_t plen; /* Prefix length */ member
|
| H A D | ip6_output.c | 200 in6_delayed_cksum(struct mbuf *m, uint32_t plen, u_short offset) in in6_delayed_cksum() 217 int plen, int optlen, bool frag) in ip6_output_delayed_csum() 442 u_int32_t optlen, plen = 0, unfragpartlen; in ip6_output() local 995 u_int32_t plen = 0; /* XXX: ip6_process will check the value */ in ip6_output() local 1326 ip6_insert_jumboopt(struct ip6_exthdrs *exthdrs, u_int32_t plen) in ip6_insert_jumboopt()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_gtp.h | 33 uint16_t plen; /**< Total payload length */ member
|
| /f-stack/tools/ipfw/ |
| H A D | nat64clat.c | 194 uint8_t plen; in nat64clat_create() local 283 uint8_t plen; in nat64clat_config() local
|
| H A D | nat64lsn.c | 326 nat64lsn_apply_mask(int af, void *prefix, uint16_t plen) in nat64lsn_apply_mask() 343 nat64lsn_parse_prefix(const char *arg, int af, void *prefix, uint16_t *plen) in nat64lsn_parse_prefix()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_checksum.c | 311 int hlen, plen; in checksum_ipv4() local 421 int hlen, plen; in checksum_ipv6() local
|
| H A D | ng_pipe.c | 110 #define FIFO_VTIME_SORT(plen) \ argument 598 int hash, plen; in ngp_rcvdata() local 740 int plen, error = 0; in pipe_dequeue() local
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip_fw_nptv6.h | 47 uint8_t plen; /* Prefix length */ member
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | linenoise.c | 144 size_t plen; /* Prompt length. */ member 476 void refreshShowHints(struct abuf *ab, struct linenoiseState *l, int plen) { in refreshShowHints() 504 size_t plen = strlen(l->prompt); in refreshSingleLine() local 545 int plen = strlen(l->prompt); in refreshMultiLine() local
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.h | 52 uint8_t plen; /* Prefix length */ member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec_tx.h | 22 uint32_t plen) in otx2_ipsec_fp_out_rlen_get()
|
| /f-stack/tools/ifconfig/ |
| H A D | af_inet6.c | 338 in6_getprefix(const char *plen, int which) 407 int byte, bit, plen = 0; local
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_ipsec_po_ops.h | 17 uint32_t plen) in otx2_ipsec_po_out_rlen_get()
|