Searched refs:aptr (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_htable.c | 1099 ipf_iphmfindgroup(softc, tptr, aptr) in ipf_iphmfindgroup() argument 1101 void *tptr, *aptr; 1110 addr = aptr; 1134 ipf_iphmfindip(softc, tptr, ipversion, aptr, bytes) in ipf_iphmfindip() argument 1136 void *tptr, *aptr; 1145 if (tptr == NULL || aptr == NULL) 1149 addr = aptr;
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 2090 va_list aptr; local 2096 va_start(aptr, format); 2097 rc = vprintf(format, aptr); 2098 va_end(aptr);
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 2009 const struct rte_flow_action *aptr; in port_flow_tunnel_offload_cmd_prep() local 2019 for (aptr = actions, num_actions = 1; in port_flow_tunnel_offload_cmd_prep() 2020 aptr->type != RTE_FLOW_ACTION_TYPE_END; in port_flow_tunnel_offload_cmd_prep() 2021 aptr++, num_actions++); in port_flow_tunnel_offload_cmd_prep()
|