Searched defs:atype (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhostaddr.c93 int atype; local
100 atype = ADDRTYPE_INET;
107 atype = ADDRTYPE_INET6;
119 addrs[i]->addrtype = atype;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_bparam.c182 int atype; local
184 atype = getxdr_u_long();
185 if (atype != IP_ADDR_TYPE)
202 int atype; local
204 atype = getxdr_u_long();
205 if (atype == IP_ADDR_TYPE) {
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPParseSrvURL.c46 char *atype; member in struct:slp_type
154 type->atype = NULL;
180 type->atype = p;
/illumos-gate/usr/src/lib/libwanbootutil/common/
H A Dkey_util.c117 wbku_keyattr_init(wbku_key_attr_t *attr, wbku_key_type_t type, uint_t atype, argument
122 attr->ka_atype = atype;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.c131 addrtype_t atype; local
134 for (atype = 0; atype < NUM_ADDRTYPES; atype++) {
135 if (ident_str_equal(ident, addrtypes[atype])) {
139 return (atype);
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c142 char *atype; local
164 atype = "inet";
167 atype = "netbios";
170 atype = "?";
179 (void) printf(" DC Addr Type: %s \n", atype);
/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_subr.c116 i_cmp_addr_impl(void *ip1, void *ip2, ip_addr_type_t atype, int64_t *diff) argument
124 if (atype == internal) {
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c46 ATYPE atype; member in struct:lsu
188 ATYPE atype, *args; local
226 args = calloc(sizeof (atype), nargs);
230 if (fread(args, sizeof (atype), nargs, fp) != nargs)
275 if (fread(&atype, sizeof (atype), 1, fp) != 1) {
280 print_atype(&atype, 0, NULL, name);
423 lsup->atype = *atp;
445 if (lsup->atype.extra.ty == ty)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootparam.c80 u_int32_t atype; member in struct:xdr_inaddr
399 xi->atype = htonl(1);
432 if (xi->atype != htonl(1)) {
434 ntohl(xi->atype)));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h234 mean the atype/field breakdown needs revision....
557 const struct atype_info *atype; member in struct:field_info
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_door.c367 ipadm_addr_type_t atype = largp->ia_atype; local
380 node.am_atype = atype;
416 node.am_atype = atype;
/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm.c639 ipadm_addr_type_t atype = IPADM_ADDR_NONE; local
652 } else if (i_ipadm_name2atype(name, &af, &atype)) {
663 switch (atype) {
H A Dipadm_addr.c132 const char *aobjname, ipadm_addr_type_t atype)
139 ipaddr->ipadm_atype = atype;
311 const char *aobjname, ipadm_addr_type_t atype, int lnum)
319 larg.ia_atype = atype;
334 const char *aobjname, ipadm_addr_type_t atype, int lnum)
338 i_ipadm_init_addr(&aobj, ifname, aobjname, atype);
565 ipadm_addr_type_t atype; local
572 if (i_ipadm_name2atype(name, &af, &atype)) {
590 switch (atype) {
687 ipadm_addr_type_t atype; local
131 i_ipadm_init_addr(ipadm_addrobj_t ipaddr, const char *ifname, const char *aobjname, ipadm_addr_type_t atype) argument
310 ipadm_add_aobjname(ipadm_handle_t iph, const char *ifname, sa_family_t af, const char *aobjname, ipadm_addr_type_t atype, int lnum) argument
333 ipadm_delete_aobjname(ipadm_handle_t iph, const char *ifname, sa_family_t af, const char *aobjname, ipadm_addr_type_t atype, int lnum) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c1209 nwamd_down_interface(const char *aobjname, ipadm_addr_type_t atype, argument
1213 uint32_t rflags = (atype == IPADM_ADDR_DHCP ? IPADM_OPT_RELEASE : 0);
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c1212 parse_entry(char *entry, char action, char atype, int len, char *attractptr) argument
1218 if (atype == A_VERBOSE_TYPE) {
1231 } else if (atype == A_COMPACT_TYPE) {
1288 char atype; local
1338 atype = '\0';
1350 atype = *entry++;
1358 if (atype == '\0') {
1362 atype = *entry++;
1383 if ((*entry == '\0') && (atype != A_ALLATTRS_TYPE) &&
1402 (atype
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c1073 uint16_t atype; local
1079 atype = ntohs(ph->sph_type);
1082 if (atype != PARM_ADDR4 && atype != PARM_ADDR6) {
1089 if ((atype == PARM_ADDR4 && alen < PARM_ADDR4_LEN) ||
1090 (atype == PARM_ADDR6 && alen < PARM_ADDR6_LEN)) {
1099 if (atype == PARM_ADDR4) {
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c471 add_arg_types(struct sym_test *st, char *atype, char **err) argument
475 for (a = strsep(&atype, ";"); a != NULL; a = strsep(&atype, ";")) {
592 char *atype; local
603 atype = fields[2];
614 (add_arg_types(st, atype, err) < 0)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c1256 char *atype = NULL; local
1270 atype = optarg;
1299 if (atype == NULL || optind != (argc - 1)) {
1310 if (strcmp(atype, "static") == 0) {
1313 atype, use);
1316 } else if (strcmp(atype, "dhcp") == 0) {
1319 atype, use);
1348 } else if (strcmp(atype, "addrconf") == 0) {
1351 atype, use);
1371 die("Invalid address type %s", atype);
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1461 int instance, int atype, int rset, offset_t offset, offset_t len,
1526 if (match_hinfo(hp, instance, atype, rset,
1543 (atype & BOFI_DMA_RW) !=
1769 uint_t atype = edp->access_type; local
1775 name, logsize, inst, atype, rset, offset, len);
1801 inst, atype, rset, offset, len, 1) != 0) {
1460 get_hinfo(int fd, char *name, struct handle_info **hip, size_t *nhdls, int instance, int atype, int rset, offset_t offset, offset_t len, int new_semantics) argument
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c680 HAL_PKT_TYPE atype; local
774 atype = HAL_PKT_TYPE_BEACON;
776 atype = HAL_PKT_TYPE_PROBE_RESP;
778 atype = HAL_PKT_TYPE_ATIM;
780 atype = HAL_PKT_TYPE_NORMAL;
791 atype = HAL_PKT_TYPE_PSPOLL;
803 atype = HAL_PKT_TYPE_NORMAL;
889 atype, /* Atheros packet type */
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c3037 * atype - specified 32 or 64 bit allocation.
3046 skd_alloc_dma_mem(skd_device_t *skdev, dma_mem_t *mem, uint8_t atype) argument
3057 if (atype == ATYPE_32BIT)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1866 enum ath9k_pkt_type atype; local
1958 atype = ATH9K_PKT_TYPE_BEACON;
1960 atype = ATH9K_PKT_TYPE_PROBE_RESP;
1962 atype = ATH9K_PKT_TYPE_ATIM;
1964 atype = ATH9K_PKT_TYPE_NORMAL;
1970 atype = ATH9K_PKT_TYPE_PSPOLL;
1979 atype = ATH9K_PKT_TYPE_NORMAL;
1999 atype, /* Atheros packet type */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c249 addr_type_t atype);
253 int *plenp, int which, struct hostent **hpp, addr_type_t atype,
1185 addr_type_t atype = ADDR_TYPE_ANY; local
1240 if (atype == ADDR_TYPE_NET) {
1245 atype = ADDR_TYPE_HOST;
1248 if (atype == ADDR_TYPE_HOST) {
1253 atype = ADDR_TYPE_NET;
1306 if (!getaddr(rcip, RTA_IFA, tok, atype)) {
1315 if (!getaddr(rcip, RTA_IFP, tok, atype)) {
1324 if (!getaddr(rcip, RTA_GATEWAY, tok, atype)) {
2042 getaddr(rtcmd_irep_t *rcip, int which, char *s, addr_type_t atype) argument
2193 in_getaddr(char *s, struct sockaddr_in *sin, int *plenp, int which, struct hostent **hpp, addr_type_t atype, rtcmd_irep_t *rcip) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c628 typegraph_hasfam(mdb_ctf_id_t type, mdb_ctf_id_t *atype) argument
647 return (typegraph_hasfam(last, atype));
668 if (atype != NULL)
669 *atype = typegraph_resolve(arr.mta_contents);
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c2309 uint_t atype; local
2312 atype = BOFI_DMA_W;
2315 atype = BOFI_DMA_R;
2317 atype = 0;
2325 log_acc_event(ep, atype, logaddr - hp->addr,

Completed in 297 milliseconds

12