Searched refs:IPV6_VERSION (Results 26 - 50 of 60) sorted by relevance

123

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c621 ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
H A Dicmp.c539 ASSERT(connp->conn_ipversion == IPV6_VERSION);
766 ASSERT(connp->conn_ipversion == IPV6_VERSION);
838 ASSERT(connp->conn_ipversion == IPV6_VERSION);
1157 ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
1720 connp->conn_ipversion = IPV6_VERSION;
2701 ASSERT(IPH_HDR_VERSION(rptr) == IPV6_VERSION);
H A Dip_dce.c596 dce->dce_ipversion = IPV6_VERSION;
H A Dip6_if.c1947 dst_rhtp = find_tpc(dst, IPV6_VERSION, B_FALSE);
2041 IPV6_VERSION, B_FALSE);
H A Dip6_input.c304 if (IPH_HDR_VERSION(ip6h) != IPV6_VERSION) {
428 if (!tsol_get_pkt_label(mp, IPV6_VERSION, ira)) {
H A Dip_ftable.c861 if (ire->ire_ipversion == IPV6_VERSION) {
H A Dsadb.c2134 (ire->ire_ipversion == IPV6_VERSION &&
3468 (af == AF_INET6)?IPV6_VERSION:IPV4_VERSION,
4926 ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
7515 ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
7522 ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c549 *ipvers = IPV6_VERSION;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c653 ipversion = IPV6_VERSION;
H A Dsctp_cookie.c852 IPV6_VERSION, connp->conn_mac_mode,
H A Dsctp.c1097 ASSERT(IPH_HDR_VERSION(ipha) == IPV6_VERSION);
H A Dsctp_common.c497 addr, IPV6_VERSION, connp->conn_mac_mode,
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c258 if (connp->conn_ipversion == IPV6_VERSION) {
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c825 uint64_t ver[] = { IPV4_VERSION, IPV6_VERSION };
1596 versions[i] != IPV6_VERSION)
H A Dlibnwam_values.c678 { NWAM_IP_VERSION_IPV6_STRING, IPV6_VERSION },
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c235 if (connp->conn_ipversion == IPV6_VERSION) {
299 if (connp->conn_ipversion == IPV6_VERSION) {
H A Dtcp_tpi.c463 ASSERT(IPH_HDR_VERSION(iphdr) == IPV6_VERSION);
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c461 tpc = find_tpc(&rhent->rh_address.ta_addr_v6, IPV6_VERSION,
1059 if (version == IPV6_VERSION &&
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1314 if (allowed_ips_set(mrp, IPV6_VERSION))
1800 if (v6addr->ip_version == IPV6_VERSION &&
2404 } else if (addr->ip_version == IPV6_VERSION) {
H A Dmac_util.c494 ASSERT(IPH_HDR_VERSION(ip6h) == IPV6_VERSION);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c93 if (ip->ip_v == IPV6_VERSION) {
H A Dsnoop_ether.c86 { DL_IPNET, INT_MAX, 1, 1, IPV4_VERSION, IPV6_VERSION,
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c257 } else if (fdesc.fd_ipversion == IPV6_VERSION) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2193 { IPV6_VERSION, -1 } },
2199 { IPV6_VERSION, -1 } },
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c767 case IPV6_VERSION:

Completed in 143 milliseconds

123