Searched defs:addrtype (Results 1 - 15 of 15) sorted by relevance

/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 &&
H A Dsctp_common.c1363 uint16_t addrtype; local
1369 addrtype = ntohs(*p);
1370 switch (addrtype) {
H A Dsctp_cookie.c248 uint16_t *p, addrtype; local
254 addrtype = ntohs(*p);
255 switch (addrtype) {
/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.c129 addrtype(const FN_ref_addr_t *addr) function
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);
/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/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/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...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c2646 char addrtype[4]; local
2660 addrtype[2] = 's';
2666 addrtype[2] = 'r';
2670 addrtype[1] = ' ';
2671 addrtype[3] = '\0';
2672 addrtype[0] = bitset(RF_HEADERADDR, flags) ? 'h' : 'e';
2673 macdefine(&e->e_macro, A_TEMP, macid("{addr_type}"), addrtype);
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1012 ipnet_addrtype_t addrtype = IPNETADDR_UNKNOWN; local
1035 ifaddr != NULL && addrtype == IPNETADDR_UNKNOWN;
1048 addrtype = IPNETADDR_MYADDR;
1051 addrtype = IPNETADDR_MBCAST;
1056 addrtype = IPNETADDR_MYADDR;
1062 return (addrtype);
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4832 mlp_type_t addrtype, mlptype; local
5256 addrtype = tsol_mlp_addr_type(
5259 if (addrtype == mlptSingle) {
5266 addrtype);
5301 if (mlptype == mlptShared && addrtype == mlptShared) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h366 krb5_addrtype addrtype; member in struct:_krb5_address
383 #define ADDRTYPE_IS_LOCAL(addrtype) (addrtype & 0x8000)

Completed in 116 milliseconds