Searched refs:addrtype (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Daddr_comp.c55 switch (addr1->addrtype) {
66 addr1->addrtype);
70 switch (addr2->addrtype) {
81 addr2->addrtype);
87 if (addr1->addrtype != addr2->addrtype){
89 " (addrtype mismatch)");
H A Daddr_order.c48 if (addr1->addrtype != addr2->addrtype)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgen_port.c41 if (addr->addrtype != ADDRTYPE_INET)
H A Dmk_faddr.c55 raddr->addrtype = ADDRTYPE_ADDRPORT;
58 tmp16 = kaddr->addrtype;
73 tmp16 = kport->addrtype;
H A Dgenaddrs.c49 (TARG).addrtype = (TYPE))
62 ap->addr.addrtype = ADDRTYPE_INET;
H A Dfull_ipadr.c51 retaddr->addrtype = ADDRTYPE_ADDRPORT;
H A Dport2ip.c45 if (inaddr->addrtype != ADDRTYPE_ADDRPORT)
H A Dchangepw.c127 local_kaddr.addrtype = ADDRTYPE_INET;
138 local_kaddr.addrtype = addrs[0]->addrtype;
262 remote_kaddr.addrtype = ADDRTYPE_INET;
H A Dhostaddr.c119 addrs[i]->addrtype = atype;
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dutils.c29 krbap->addrtype = ADDRTYPE_INET;
42 krbap->addrtype = ADDRTYPE_INET;
52 krbap->addrtype = ADDRTYPE_INET6;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_init.c56 uint16_t *addrtype; local
61 addrtype = (uint16_t *)(sph + 1);
64 *addrtype++ = htons(PARM_ADDR4);
65 *addrtype = 0;
66 sph->sph_len = htons(sizeof (*sph) + sizeof (*addrtype));
69 *addrtype++ = htons(PARM_ADDR6);
71 *addrtype = htons(PARM_ADDR4);
73 sizeof (*addrtype) * 2);
75 *addrtype = 0;
77 sizeof (*addrtype));
[all...]
H A Dsctp_bind.c640 mlp_type_t addrtype, mlptype; local
655 addrtype = tsol_mlp_addr_type(
671 if (addrtype == mlptSingle) {
676 port, addrtype);
695 addrtype == mlptShared &&
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmach_rootnex.c149 uint_t addrtype; local
211 addrtype = BUSTYPE_TO_ADDRTYPE(rp->regspec_bustype);
213 if (bus_addrtype[addrtype] == NULL)
216 else if (addrtype == BUS_ADDRTYPE_CONFIG || addrlow == 0)
218 bus_addrtype[addrtype],
222 bus_addrtype[addrtype],
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.h95 addrtype(const FN_ref_addr_t *);
H A Dns_fnmount.c312 addrtype_t addrtype; local
324 (addr_from_ref(ref, cname, &addrtype, addrdata, LINESZ) == 0)) {
326 switch (addrtype) {
501 addrtype_t addrtype; local
528 at_frontier = (addr_from_ref(ref, cname, &addrtype, NULL, 0) == 0);
534 if (at_frontier && (addrtype == ADDR_HOST)) {
615 *typep = addrtype(addr);
H A Dns_fnutils.c129 addrtype(const FN_ref_addr_t *addr) function
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddispatch.c63 name = (char *) inet_ntop (ADDRTYPE2FAMILY (from->address->addrtype),
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_addr.c70 * krb5_int32 for addrtype
115 /* Our addrtype */
116 (void) krb5_ser_pack_int32((krb5_int32) address->addrtype,
170 /* Get the addrtype */
172 address->addrtype = (krb5_addrtype) ibuf;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c314 mlp_type_t addrtype, mlptype; local
359 addrtype = tsol_mlp_addr_type(
363 if (addrtype == mlptSingle) {
367 PMAPPORT, addrtype);
411 addrtype = tsol_mlp_addr_type(
415 if (addrtype == mlptSingle) {
419 requested_port, addrtype);
439 if (mlptype == mlptShared && addrtype == mlptShared) {
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dchangepw.c207 local_kaddr.addrtype = ADDRTYPE_INET;
221 local_kaddr.addrtype = addrs[0]->addrtype;
241 remote_kaddr.addrtype = ADDRTYPE_INET;
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c235 local_kaddr.addrtype = ADDRTYPE_INET;
246 local_kaddr.addrtype = addrs[0]->addrtype;
275 remote_kaddr.addrtype = ADDRTYPE_INET;
280 remote_kaddr.addrtype = ADDRTYPE_INET;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c264 mac_addrtype_t addrtype)
276 ASSERT(addrtype == MAC_ADDRTYPE_MULTICAST ||
277 addrtype == MAC_ADDRTYPE_BROADCAST);
283 if (addrtype == MAC_ADDRTYPE_MULTICAST) {
360 grp->mbg_addrtype = addrtype;
426 ASSERT(grp->mbg_addrtype == addrtype);
263 mac_bcast_add(mac_client_impl_t *mcip, const uint8_t *addr, uint16_t vid, mac_addrtype_t addrtype) argument
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_door.c231 ipadm_addr_type_t addrtype = IPADM_ADDR_NONE; local
246 addrtype = IPADM_ADDR_STATIC;
249 addrtype = IPADM_ADDR_DHCP;
252 addrtype = IPADM_ADDR_STATIC;
259 addrtype = IPADM_ADDR_IPV6_ADDRCONF;
281 nodep->am_atype = addrtype;
282 if (addrtype == IPADM_ADDR_IPV6_ADDRCONF) {
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c722 switch (a->addrtype) {
727 a->addrtype, a->length);
754 printf(gettext("unknown addr type %d"), a->addrtype);
763 printf (gettext("unprintable address (type %d, error %d %s)"), a->addrtype, err,
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c295 * o=<username> <sess-id> <sess-version> <nettype> <addrtype> <unicast-address>
299 uint64_t ver, const char *nettype, const char *addrtype,
306 addrtype == NULL || address == NULL) {
322 if ((ret = commp_add_str(&origin->o_addrtype, addrtype,
323 strlen(addrtype))) != 0) {
407 * c=<nettype> <addrtype> <connection-address>[/ttl]/<number of addresses>
410 sdp_add_connection(sdp_conn_t **conn, const char *nettype, const char *addrtype, argument
417 if (conn == NULL || nettype == NULL || addrtype == NULL ||
430 if ((ret = commp_add_str(&new_conn->c_addrtype, addrtype,
431 strlen(addrtype))) !
298 sdp_add_origin(sdp_session_t *session, const char *name, uint64_t id, uint64_t ver, const char *nettype, const char *addrtype, const char *address) argument
[all...]

Completed in 104 milliseconds

12