Searched refs:family (Results 251 - 275 of 302) sorted by relevance

<<111213

/freebsd-11-stable/sys/net/
H A Droute.c970 * address family.
981 /* Do we want some specific family? */
1055 * address family.
1071 /* Do we want some specific family? */
1815 int family, mtu; local
1894 family = info->rti_info[RTAX_DST]->sa_family;
1895 mtu = if_getmtu_family(rt->rt_ifp, family);
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp718 "-ffam\tuse fam as the default font family\n"
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_object.c482 if (rdev->family >= CHIP_CEDAR) {
H A Datom.c115 if (rdev->family == CHIP_RV515)
1326 if (rdev->family < CHIP_R600) {
H A Dradeon_display.c1233 if ((ASIC_IS_R300(rdev) || (rdev->family == CHIP_RV515)) &&
1319 if (rdev->family >= CHIP_R600) {
/freebsd-11-stable/sys/i386/i386/
H A Dlocore.s594 rorl $8,%eax # extract family type
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h931 u_short family; /* Address family */ member in struct:info_if_stats
H A Dntp.h186 u_short family; /* AF_INET/AF_INET6 */ member in struct:interface
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c787 ai_find_by_family(struct evutil_addrinfo *ai, int family) argument
790 if (ai->ai_family == family)
830 TT_FAIL(("Address family %d did not match %d on line %d",
H A Dregress_http.c968 const char *address, struct evdns_base *dnsbase, int ipv6, int family)
984 evhttp_connection_set_family(evcon, family);
3826 http_ipv6_for_domain_test_impl(void *arg, int family) argument
3844 1 /* ipv6 */, family);
967 http_connection_test_(struct basic_test_data *data, int persistent, const char *address, struct evdns_base *dnsbase, int ipv6, int family) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1056 /* Register a new architectural family with GDB.
1075 family. The (possibly NULL) ARCHES->gdbarch can used to access
1077 architecture family. The global \`\`current_gdbarch'' shall not be
2262 may not even be of the same architecture family. The most recent
2263 architecture of the same family is found at the head of the
/freebsd-11-stable/lib/libc/net/
H A Dsctp_sys_calls.c72 sctp_getaddrlen(sa_family_t family) argument
78 av.assoc_value = family;
235 /* Invalid address family specified. */
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nic.c1186 * and the offset in the numbering, is determined by the chip family and
1189 * For the Huntington family, the current port mode cannot be discovered,
1195 efx_family_t family; member in struct:__anon5214
1289 if (__ef10_external_port_mappings[i].family !=
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.c1747 .family = INTEL_BASED_IOP,
1765 .family = MV_BASED_IOP,
1783 .family = MVFREY_BASED_IOP,
1927 if (hba->ops->family == MV_BASED_IOP) {
1946 if (hba->ops->family == MVFREY_BASED_IOP) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c3289 int family, how; local
3291 family = 0;
3294 family = AF_INET;
3297 family = AF_INET6;
3307 iface_Clear(arg->bundle->iface, &arg->bundle->ncp, family, how);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2286 ObjCMethodFamily family = method->getMethodFamily(); local
2287 if (family == OMF_alloc || family == OMF_copy ||
2288 family == OMF_mutableCopy || family == OMF_new) {
2568 // setter selector that causes it to have a method family.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c122 int family = APR_INET;
138 family = APR_UNSPEC;
143 status = apr_sockaddr_info_get(&sa, hostname, family, port, 0, pool);
154 status = apr_socket_create(sock, sa->family, SOCK_STREAM, pool);
156 status = apr_socket_create(sock, sa->family, SOCK_STREAM, APR_PROTO_TCP,
121 int family = APR_INET; local
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c1125 uint32_t family; local
1133 family = (ocs_config_read32(ocs, SLI4_INTF_REG) & 0x00000f00) >> 8;
1140 switch(family) {
H A Dsli4.c73 uint32_t family; /* generation */ member in struct:__anon7671
3975 uint32_t family = 0; local
4019 family = sli4->sli_family;
4020 if (family == SLI4_FAMILY_CHECK_ASIC_TYPE) {
4022 family = sli_asic_gen(asic_id);
4026 if ((rev_id == asic->rev_id) && (family == asic->family)) {
4034 ocs_log_err(os, "no matching asic family/rev found: %02x/%02x\n", family, rev_id);
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c876 printf("offsetof(family) = %d\n",
877 (int) offsetof(struct info_if_stats, family));
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c214 nat64lsn_log(struct pfloghdr *plog, struct mbuf *m, sa_family_t family, argument
220 plog->af = family;
H A Dnat64_translate.c122 nat64_log(struct pfloghdr *logdata, struct mbuf *m, sa_family_t family) argument
126 logdata->af = family;
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1721 - if we're in passive mode, we need to know the address family we want to use
2473 sockaddrout_ipv4->family = htons(RPCAP_AF_INET);
2488 sockaddrout_ipv6->family = htons(RPCAP_AF_INET6);
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp858 else if (strcmp("family", p) == 0) {
861 t.error("family command requires an argument");
866 family = tem;
/freebsd-11-stable/sys/netgraph/
H A Dng_socket.c1202 SYSCTL_INT(_net_graph, OID_AUTO, family, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, AF_NETGRAPH, "");

Completed in 684 milliseconds

<<111213