Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_one2many.h78 #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \ argument
81 { "enabledLinks", (atype) }, \
H A Dng_ppp.h115 #define NG_PPP_MP_STATE_TYPE_INFO(atype) { \ argument
116 { "rseq", (atype) }, \
/f-stack/tools/compat/include/netgraph/
H A Dng_one2many.h78 #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \ argument
81 { "enabledLinks", (atype) }, \
H A Dng_ppp.h115 #define NG_PPP_MP_STATE_TYPE_INFO(atype) { \ argument
116 { "rseq", (atype) }, \
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c964 ipf_ifpaddr(softc, v, atype, ifptr, inp, inpmask) in ipf_ifpaddr() argument
966 int v, atype;
1014 if (atype == FRI_BROADCAST)
1016 else if (atype == FRI_PEERADDR)
1024 return ipf_ifpfillv6addr(atype, (struct sockaddr_in6 *)sock,
1029 return ipf_ifpfillv4addr(atype, (struct sockaddr_in *)sock,
H A Dfil.c6778 ipf_ifpfillv4addr(atype, sin, mask, inp, inpmask) in ipf_ifpfillv4addr() argument
6779 int atype; in ipf_ifpfillv4addr()
6783 if (inpmask != NULL && atype != FRI_NETMASKED)
6786 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6787 if (atype == FRI_NETMASKED) {
6818 ipf_ifpfillv6addr(atype, sin, mask, inp, inpmask) in ipf_ifpfillv6addr() argument
6819 int atype; in ipf_ifpfillv6addr()
6828 if (inpmask != NULL && atype != FRI_NETMASKED) {
6835 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6836 if (atype == FRI_NETMASKED) {
/f-stack/freebsd/contrib/device-tree/Bindings/dma/ti/
H A Dk3-udma.yaml137 ti,udma-atype:
142 - ti,udma-atype
/f-stack/tools/ipfw/
H A Dtables.c1985 const char *atype; in ipfw_list_ta() local
1995 if ((atype = match_value(tabletypes, info->type)) == NULL) in ipfw_list_ta()
1996 atype = "unknown"; in ipfw_list_ta()
1998 printf(" type: %s\n refcount: %u\n", atype, info->refcnt); in ipfw_list_ta()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h555 uint8_t atype; member
H A Dip_fw_table.c2578 if (ti->atype != 0) { in find_table_algo()
2579 if (ti->atype > tcfg->algo_count) in find_table_algo()
2581 return (tcfg->algo[ti->atype]); in find_table_algo()
H A Dip_fw_sockopt.c2556 ti->atype = 0; in create_objects_compat()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h863 vdev_t *parent, uint_t id, int atype);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c1402 uint_t id, int atype) in spa_config_parse() argument
1408 if ((error = vdev_alloc(spa, vdp, nv, parent, id, atype)) != 0) in spa_config_parse()
1429 atype)) != 0) { in spa_config_parse()