HomeSort by: relevance | last modified time | path
    Searched defs:family (Results 1 - 25 of 201) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/bsd/ipf/dist/lib/
printfraginfo.c 19 int family; local
24 family = AF_INET6;
27 family = AF_INET;
30 PRINTF(" %s -> ", hostname(family, &ifr->ipfr_src));
39 hostname(family, &ifr->ipfr_dst), ifr->ipfr_id,
printnat.c 30 int family; local
34 family = AF_INET;
37 family = AF_INET6;
40 family = AF_UNSPEC;
110 if (family == AF_INET6)
338 printip(family, &np->in_snip);
  /src/crypto/external/bsd/netpgp/dist/src/hkpclient/
main.c 41 int family; local
46 family = 4;
51 family = atoi(optarg);
64 if (hkpc_get(&res, server, port, family, argv[optind], argv[i]) >= 0) {
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
netaddr.h 39 unsigned int family; member in struct:isc_netaddr
176 * ISC_R_NOTIMPLEMENTED unsupported family
  /src/external/bsd/tcpdump/dist/
print-null.c 41 * 32-bit integer that specifies the family, e.g. AF_INET.
60 null_hdr_print(netdissect_options *ndo, uint32_t family, u_int length)
64 tok2str(bsd_af_values,"Unknown",family),family);
67 tok2str(bsd_af_values,"Unknown AF %u",family));
84 uint32_t family; local
90 family = GET_HE_U_4(p);
100 if ((family & 0xFFFF0000) != 0)
101 family = SWAPLONG(family);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-main.h 43 const char *family; member in struct:hw_descriptor
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
netaddr.h 40 unsigned int family; member in struct:isc_netaddr
189 * ISC_R_NOTIMPLEMENTED unsupported family
  /src/external/gpl3/gdb/dist/sim/common/
hw-main.h 43 const char *family; member in struct:hw_descriptor
  /src/sys/arch/mips/cavium/
octeon_misc.c 95 const char *family; local
150 family = "38"; /* XXX may also be family "36" or "37" */
154 family = "31"; /* XXX may also be model "3020" */
158 family = "30"; /* XXX half cache model is "3005" */
162 family = "58";
166 family = "56"; /* XXX may also be family "54", "55" or "57" */
170 family = "50";
175 family = "52"; /* XXX may also be family "51" *
    [all...]
  /src/tests/net/ipsec/
natt_terminator.c 60 int c, family = AF_INET; local
65 family = AF_INET;
68 family = AF_INET6;
87 hints.ai_family = family;
  /src/usr.bin/telnet/
main.c 71 int family = AF_UNSPEC; variable
152 family = AF_INET;
155 family = AF_INET6;
  /src/crypto/external/bsd/netpgp/dist/src/hkpd/
main.c 80 char *family; local
94 family = strdup("46");
111 (void) free(family);
112 family = strdup(optarg);
140 if (strchr(family, '4') != NULL &&
144 if (strchr(family, '6') != NULL &&
  /src/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
main.c 51 int family; local
60 family = 4;
65 family = atoi(optarg);
81 if (!hkpc_get(&res, server, port, family, "get", argv[i])) {
  /src/external/gpl3/gdb.old/dist/gdbsupport/
netstuff.cc 119 family and socktype. */
126 int family; member in struct:host_prefix
145 hint->ai_family = prefix.family;
  /src/external/mpl/bind/dist/lib/dns/rdata/in_1/
apl_42.h 21 uint16_t family; member in struct:dns_rdata_apl_ent
  /src/external/mpl/bind/dist/lib/isc/include/isc/
netaddr.h 36 unsigned int family; member in struct:isc_netaddr
185 * ISC_R_NOTIMPLEMENTED unsupported family
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
apl_42.h 22 uint16_t family; member in struct:dns_rdata_apl_ent
  /src/external/gpl3/gdb/dist/gdbsupport/
netstuff.cc 119 family and socktype. */
126 int family; member in struct:host_prefix
145 hint->ai_family = prefix.family;
  /src/sys/arch/alpha/include/
cpuconf.h 43 * The tags family and model information are strings describing the platform.
56 const char *family; /* Family Name */ member in struct:platform
79 * It's responsible for filling in the family, model_name and iobus
  /src/sys/dev/i2c/
emcfaninfo.h 25 const int family; /* The EMC chipset family, 210X or 230X */ member in struct:emcfan_chip_info
43 .family = EMCFAN_FAMILY_210X,
60 .family = EMCFAN_FAMILY_210X,
77 .family = EMCFAN_FAMILY_210X,
94 .family = EMCFAN_FAMILY_210X,
116 .family = EMCFAN_FAMILY_210X,
139 .family = EMCFAN_FAMILY_210X,
165 .family = EMCFAN_FAMILY_230X,
182 .family = EMCFAN_FAMILY_230X
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getaddrinfo-test.c 42 static int family; variable
52 {"family", 0, arg_integer, &family, "family", NULL},
80 hints.ai_family = family;
  /src/external/mpl/bind/dist/tests/isc/
netaddr_test.c 63 int family; member in struct:__anon24228
83 switch (tests[i].family) {
114 int family; member in struct:__anon24229
131 if (tests[i].family == AF_INET) {
  /src/sys/arch/ia64/ia64/
cpu.c 117 int revision, model, family; local
132 family = (tmp >> 24) & 0xff;
136 switch (family) {
  /src/sys/arch/mvme68k/stand/netboot/
config.h 54 u_char family; member in struct:brdid
  /src/sys/arch/x86/x86/
viac7temp.c 177 uint32_t family, model; local
182 family = CPUID_TO_FAMILY(ci->ci_signature);
184 if (family == 0x07 || (family == 0x06 && model >= 0x0f))
186 else if (family == 0x06 && model > 0x09)

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 9