Searched defs:ipvers (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c537 smb_vc_getipaddr(struct smb_vc *vcp, int *ipvers) argument
544 *ipvers = IPV4_VERSION;
549 *ipvers = IPV6_VERSION;
555 *ipvers = 0;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c449 int ipvers = 0; local
453 addr = smb_vc_getipaddr(vcp, &ipvers);
454 error = smbfs_mount_label_policy(vfsp, addr, ipvers, cr);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c430 int ipvers; local
439 ipvers = ((struct ip *)pkt->b_rptr)->ip_v;
440 if (ipvers == IPV4_VERSION) {

Completed in 74 milliseconds