Home
last modified time | relevance | path

Searched refs:IPPROTO_IGMP (Results 1 – 16 of 16) sorted by relevance

/titanic_53/usr/src/lib/libdtrace/common/
H A Dip.d.in39 #pragma D binding "1.5" IPPROTO_IGMP
40 inline int IPPROTO_IGMP = @IPPROTO_IGMP@; variable
324 I->ipha_protocol == IPPROTO_IGMP ? "IGMP" :
357 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_IGMP ? "IGMP" :
H A Dip.sed.in50 SED_REPLACE(IPPROTO_IGMP)
/titanic_53/usr/src/cmd/ipf/lib/common/
H A Dipft_ef.c108 case IPPROTO_IGMP :
H A Dipft_td.c159 case IPPROTO_IGMP :
/titanic_53/usr/src/lib/libbc/inc/include/netinet/
H A Din.h31 #define IPPROTO_IGMP 2 /* group control protocol */ macro
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c258 case IPPROTO_IGMP: in interpret_ip()
442 case IPPROTO_IGMP: in interpret_ipv6()
722 case IPPROTO_IGMP: return ("IGMP"); in getproto()
/titanic_53/usr/src/boot/include/netinet/
H A Din.h141 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
/titanic_53/usr/src/uts/common/netinet/
H A Din.h154 #define IPPROTO_IGMP 2 /* group control protocol */ macro
/titanic_53/usr/src/uts/common/inet/ip/
H A Dip_input.c1575 if ((ipha->ipha_protocol == IPPROTO_IGMP) || in ire_recv_multicast_v4()
1591 if (ipha->ipha_protocol == IPPROTO_IGMP) { in ire_recv_multicast_v4()
2779 case IPPROTO_IGMP: in ip_fanout_v4()
H A Digmp.c1867 ipha->ipha_protocol = IPPROTO_IGMP; in igmp_sendpkt()
2021 ipha->ipha_protocol = IPPROTO_IGMP; in igmpv3_sendrpt()
H A Dtnet.c765 if (proto == IPPROTO_IGMP) in tsol_get_pkt_label()
H A Dicmp.c2006 connp->conn_proto == IPPROTO_IGMP) && in icmp_do_opt_set()
H A Dip.c4853 ira->ira_protocol == IPPROTO_IGMP) { in ip_fanout_send_icmp_v4()
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c372 #ifdef IPPROTO_IGMP in protoname()
/titanic_53/usr/src/cmd/truss/
H A Dcodes.c2359 case IPPROTO_IGMP: return ("IPPROTO_IGMP"); in ipprotos()
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c470 proto = IPPROTO_IGMP; in main()
2063 if (protocol_selected(IPPROTO_IGMP) && in stat_report()