Searched refs:family (Results 226 - 250 of 302) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockopt.c341 /* TODO: insert FreeBSD support here, note family specific
452 if (socket->local_addr->family == APR_UNIX) {
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c429 struct sockaddr_storage *hostaddr, u_short port, int family,
509 struct sockaddr_storage *hostaddr, u_short port, int family,
513 return ssh_connect_direct(host, addrs, hostaddr, port, family,
428 ssh_connect_direct(const char *host, struct addrinfo *aitop, struct sockaddr_storage *hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv) argument
508 ssh_connect(const char *host, struct addrinfo *addrs, struct sockaddr_storage *hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv) argument
/freebsd-11-stable/sys/net/
H A Dif_gif.c598 * specified address family.
1051 int family; local
1057 family = sc->gif_family;
1060 if (family != 0) {
H A Dif_gre.c660 int family; local
663 family = sc->gre_family;
666 if (family != 0) {
H A Dif_llatbl.c81 * Dump lle state for a specific address family.
103 * Dump arp state for a specific address family.
337 lltable_calc_llheader(struct ifnet *ifp, int family, char *lladdr, argument
348 ereq.family = family;
H A Drtsock.c259 unsigned short *family; local
265 family = (unsigned short *)(tag + 1);
266 route_proto.sp_protocol = *family;
936 unsigned short family = rp->rcb_proto.sp_family; local
939 rp->rcb_proto.sp_family = family;
1514 * Preserve the family from the sockaddr, if any, in an m_tag for
/freebsd-11-stable/usr.sbin/ppp/
H A Diface.c475 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) argument
485 if (family == 0 || family == af) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c3908 char family; local
3928 family = SMFIA_UNIX;
3936 family = SMFIA_INET;
3945 family = SMFIA_INET;
3947 family = SMFIA_INET6;
3957 family = SMFIA_UNKNOWN;
3961 s = strlen(hostname) + 1 + sizeof(family);
3962 if (family != SMFIA_UNKNOWN)
3972 (void) memcpy(bp, &family, sizeof(family));
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.c1112 /* will currently result in failures as the address family of the node is */
1127 int family; local
1133 family = fin->fin_family;
1218 if (sel && sel->ipfd_dest.fd_addr.adf_family != family)
H A Dfil.c4523 int error = 0, in, family, need_free = 0; local
4590 family = fp->fr_family;
4609 if (family == AF_INET) {
4612 } else if (family == AF_INET6) {
4615 } else if (family != 0) {
9825 /* family and the address itself. */
9869 /* family(I) - protocol family of address */
9881 ipf_ht_node_make_key(htp, key, family, addr)
9884 int family;
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_dstlist.c1111 /* will currently result in failures as the address family of the node is */
1126 int family; local
1132 family = fin->fin_family;
1217 if (sel->ipfd_dest.fd_addr.adf_family != family)
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1125 uint16_t family; local
1153 family = (uint16_t) atoi(my_str);
1164 if (family == 1) {
1173 } else if (family == 2) {
1183 /* unknown family */
1190 sldns_write_uint16(data, family);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp484 if (family->make_definite(prev_fontno) < 0)
498 if (family->make_definite(n) < 0)
529 font_family *tem = family;
530 family = prev_family;
537 prev_family = family;
538 family = f;
694 prev_family = family = lookup_family(default_family);
698 if (family->make_definite(1) < 0)
699 fatal("invalid default family `%1'", default_family.contents());
718 family(
[all...]
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c380 static int family = PF_UNSPEC; /* protocol family (IPv4, IPv6 or both) */ variable
382 static int family = PF_INET; /* protocol family (IPv4 only) */ variable
547 family = PF_INET;
552 family = PF_INET6;
3040 .ai_family = family,
3503 dprintf("rejected in rule %d due to address family mismatch.\n", i);
3767 if (family != AF_UNSPEC &&
3768 res->ai_family != AF_LOCAL && res->ai_family != family)
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c1053 * socket family 2 bytes
1067 /* BSM token has two bytes for family */
1077 * socket family 2 bytes
1086 uint16_t family; local
1095 * BSM defines the family field as 16 bits, but many operating
1098 * in the sockaddr_in are already in network byte order, but family
1104 family = so->sin_family;
1105 ADD_U_INT16(dptr, family);
H A Dbsm_io.c3091 * socket family 2 bytes
3100 READ_TOKEN_U_INT16(buf, len, tok->tt.sockinet_ex32.family, tok->len,
3125 print_2_bytes(fp, tok->tt.sockinet_ex32.family, "%u");
3136 print_2_bytes(fp, tok->tt.sockinet_ex32.family, "%u");
3145 * socket family 2 bytes
3154 READ_TOKEN_U_INT16(buf, len, tok->tt.sockinet_ex32.family, tok->len,
3179 print_2_bytes(fp, tok->tt.sockinet_ex32.family, "%u");
3190 print_2_bytes(fp, tok->tt.sockinet_ex32.family, "%u");
3199 * socket family 2 bytes
3210 READ_TOKEN_U_INT16(buf, len, tok->tt.sockunix.family, to
[all...]
/freebsd-11-stable/sys/security/audit/
H A Dbsm_token.c998 * socket family 2 bytes
1010 /* BSM token has two bytes for family */
1020 * socket family 2 bytes
1029 uint16_t family; local
1036 * BSM defines the family field as 16 bits, but many operating
1039 * in the sockaddr_in are already in network byte order, but family
1045 family = so->sin_family;
1046 ADD_U_INT16(dptr, family);
1484 ("au_to_header32_ex_tm: invalid address family"));
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c1084 uint32_t rev, if_type, family, i; local
1111 ocs_hw_get(&ocs->hw, OCS_HW_SLI_FAMILY, &family);
1116 rev, if_type, family);
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h503 uint32_t family; member in struct:xenpf_pcpu_version
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h435 enum hptiop_family family; member in struct:hptiop_adapter_ops
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dni.c225 switch (rdev->family) {
301 switch (rdev->family) {
343 default: panic("%s: Unsupported family %d", __func__, rdev->family);
479 switch (rdev->family) {
H A Dsi.c218 switch (rdev->family) {
293 switch (rdev->family) {
321 default: panic("%s: Unsupported family %d", __func__, rdev->family);
822 if (rdev->family == CHIP_ARUBA)
940 if ((rdev->family == CHIP_TAHITI) ||
941 (rdev->family == CHIP_PITCAIRN)) {
1180 } else if (rdev->family == CHIP_VERDE) {
1420 DRM_ERROR("unknown asic: 0x%x\n", rdev->family);
1572 switch (rdev->family) {
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c198 loopback_interface->family = AF_INET;
H A Dntp_config.c125 u_short family; member in struct:peer_resolved_ctx_tag
812 "# unknown peer family %d for:\n"
3738 hints.ai_family = localaddr->family;
4274 ctx->family = AF_UNSPEC;
4281 hints.ai_family = (u_short)ctx->family;
4349 ctx->family = curr_peer->addr->type;
4361 hints.ai_family = ctx->family;
4423 af = ctx->family;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c931 static inline int create_peer_from_gid(int family, void *raw_gid, argument
934 switch (family) {

Completed in 535 milliseconds

1234567891011>>