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

/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_print.c66 ndmp_tprint_addr(char *label, ndmp_ad_type_t addr_type, char *tcp_addr) argument
71 switch (addr_type) {
89 label, addr_type);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.c462 u_char type, addr_type; local
479 GETCHAR(addr_type, pckt);
480 if (addr_type != 1)
481 warn("CBCP: unknown callback address type %d", addr_type);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_mailbox.h55 /* Value for 'addr_type' in vnet attribute message */
86 uint8_t addr_type; /* device address type */ member in struct:vnet_attr_msg
H A Dvnet_gen.h227 uint8_t addr_type; /* type of address */ member in struct:vgen_handshake_params
H A Dvsw_ldc.h299 uint8_t addr_type; /* Only MAC address at moment */ member in struct:lane
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c261 int addr_type; local
274 addr_type = IPV4_VERSION;
278 addr_type = IPV6_VERSION;
285 tp = find_tpc(ipaddr, addr_type, B_FALSE);
/illumos-gate/usr/src/uts/common/sys/
H A Dipmi.h121 int addr_type; member in struct:ipmi_addr
127 int addr_type; member in struct:ipmi_system_interface_addr
133 int addr_type; member in struct:ipmi_ipmb_addr
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c951 smbfs_mount_label_policy(vfs_t *vfsp, void *ipaddr, int addr_type, cred_t *cr) argument
973 tp = find_tpc(ipaddr, addr_type, B_FALSE);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c495 int flags, addr_type; local
696 addr_type = AF_INET;
698 addr_type = AF_INET6;
700 if (rdma_reachable(addr_type, &svp->sv_addr,
H A Dnfs_vfsops.c513 int flags, addr_type; local
715 addr_type = AF_INET;
717 addr_type = AF_INET6;
719 if (rdma_reachable(addr_type, &svp->sv_addr,
H A Dnfs3_srv.c451 int addr_type; local
456 addr_type = IPV4_VERSION;
459 addr_type = IPV6_VERSION;
463 tp = find_tpc(ipaddr, addr_type, B_FALSE);
H A Dnfs_subr.c5043 int addr_type; local
5061 addr_type = IPV4_VERSION;
5064 addr_type = IPV6_VERSION;
5076 tp = find_tpc(ipaddr, addr_type, B_FALSE);
H A Dnfs4_vfsops.c711 int flags, addr_type, removed; local
902 addr_type = AF_INET;
904 addr_type = AF_INET6;
906 if (rdma_reachable(addr_type, &svp->sv_addr,
H A Dnfs4_srv.c2825 int addr_type; local
2832 addr_type = IPV4_VERSION;
2835 addr_type = IPV6_VERSION;
2839 tp = find_tpc(ipaddr, addr_type, B_FALSE);
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1575 str_notify_phys_addr(dld_str_t *dsp, uint_t addr_type, const uint8_t *addr) argument
1595 dlip->dl_data = addr_type;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h199 int addr_type; member in struct:nfs4clrst_args
206 int32_t addr_type; member in struct:nfs4clrst_args32
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c121 int cku_addrfmly; /* for finding addr_type */
1330 rdma_reachable(int addr_type, struct netbuf *addr, struct knetconfig **knconf) argument
1365 status = RDMA_REACHABLE(rp->r_mod->rdma_ops, addr_type, addr,
1373 if (addr_type == AF_INET)
1375 else if (addr_type == AF_INET6)
H A Drpcib.c269 static rdma_stat rib_reachable(int addr_type, struct netbuf *, void **handle);
304 static rdma_stat rib_ping_srv(int addr_type, struct netbuf *, rpcib_ping_t *);
306 int addr_type, void *, CONN **);
1541 rib_reachable(int addr_type, struct netbuf *raddr, void **handle) argument
1549 status = rib_connect(&saddr, raddr, addr_type, &rpt, &conn);
1918 rib_ping_srv(int addr_type, struct netbuf *raddr, rpcib_ping_t *rptp) argument
1932 if ((addr_type != AF_INET) && (addr_type != AF_INET6))
1944 if (addr_type == AF_INET) {
1973 if (addr_type
4201 rib_conn_get(struct netbuf *s_svcaddr, struct netbuf *d_svcaddr, int addr_type, void *handle, CONN **conn) argument
4334 rib_connect(struct netbuf *s_svcaddr, struct netbuf *d_svcaddr, int addr_type, rpcib_ping_t *rpt, CONN **conn) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h97 * h1394_addr_map.addr_type
201 h1394_addr_type_t addr_type; member in struct:h1394_addr_map_s
H A Ds1394.h728 t1394_addr_type_t addr_type; member in struct:s1394_addr_space_blk_s
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1606 i_ipadm_nvl2in6_addr(nvlist_t *nvl, char *addr_type, in6_addr_t *in6_addr) argument
1611 if (nvlist_lookup_uint8_array(nvl, addr_type, &addr6, &n) != 0)
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c896 char addr_type[] = NS_CACHE_ADDR_IP; local
929 addr_type[0] = input[1];
1040 if (strcmp(addr_type, NS_CACHE_ADDR_HOSTNAME) == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2587 * addresses' is pointed by addr_type argument on successful return.
2591 int *addr_type, const char *portp)
2612 *addr_type = ALL_ADDRS;
2784 *addr_type = ALL_ADDRS;
2786 *addr_type = ONLY_V4;
2788 *addr_type = ONLY_V6;
2971 int addr_type; local
3063 host = resolve_hosts(hostname_list, num_gw, &gw_addrs, &addr_type,
3072 if ((addr_type == ALL_ADDRS || addr_type
2590 resolve_hosts(char **hostname_list, int num_gw, struct gateway **gw_addrsp, int *addr_type, const char *portp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c134 static void nv_port_state_change(nv_port_t *nvp, int event, uint8_t addr_type,
5374 nv_port_state_change(nv_port_t *nvp, int event, uint8_t addr_type, int state) argument
5380 "lbolt %ld (ticks)", event, addr_type, state, ddi_get_lbolt());
5396 sd.satadev_addr.qual = addr_type;
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h1474 __u8 addr_type; member in struct:fw_ri_bind_mw_wr
1512 __u8 addr_type; member in struct:fw_ri_fr_nsmr_wr

Completed in 1706 milliseconds