/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rtmp.c | 93 show_header("RTMP: ", "RTMP Header", len); in interpret_rtmp() 122 show_header("RTMP: ", "RTMP Header", len); in interpret_rtmp() 147 show_header("RTMP: ", "RTMP Header", len); in interpret_rtmp()
|
H A D | snoop_isis.c | 87 show_header("TRILL-IS-IS: ", in interpret_isis() 90 show_header("IS-IS: ", in interpret_isis()
|
H A D | snoop_vxlan.c | 36 show_header("VXLAN RUNT: ", "Short packet", fraglen); in interpret_vxlan() 50 show_header("VXLAN: ", "VXLAN Header", sizeof (vxlan_hdr_t)); in interpret_vxlan()
|
H A D | snoop_dhcp.c | 156 show_header("DHCP: ", "Dynamic Host Configuration Protocol", in interpret_dhcp() 213 show_header("DHCP: ", "(Options) field options", len); in interpret_dhcp() 234 show_header("DHCP: ", "(File) field options", len); in interpret_dhcp() 245 show_header("DHCP: ", "(Sname) field options", len); in interpret_dhcp() 251 show_header("DHCP: ", "(File) field options", len); in interpret_dhcp() 255 show_header("DHCP: ", "(Sname) field options", len); in interpret_dhcp()
|
H A D | snoop_ether.c | 160 show_header("RUNT: ", "Short packet", origlen); in interpret_ether() 191 show_header("RUNT: ", "Short VLAN packet", in interpret_ether() 267 show_header("ETHER: ", "Ether Header", elen); in interpret_ether() 842 show_header("RUNT: ", "Short packet", origlen); in interpret_tr() 925 show_header("TR: ", "TR Header", elen); in interpret_tr() 1098 show_header("RUNT: ", "Short packet", origlen); in interpret_fddi() 1188 show_header("FDDI: ", "FDDI Header", elen); in interpret_fddi() 1607 show_header("RUNT: ", "Short packet", origlen); in interpret_ib() 1632 show_header("IPIB: ", "IPIB Header", elen); in interpret_ib() 1710 show_header("IPNET: ", "IPNET Header", elen); in interpret_ipnet()
|
H A D | snoop_ospf6.c | 109 show_header("OSPF HELLO: ", "Hello Packet", in interpret_ospf6_hello() 618 show_header("OSPFv3: ", "OSPFv3 Header", fraglen); in interpret_ospf6() 639 show_header("OSPFv3: ", "OSPF Header", fraglen); in interpret_ospf6() 678 show_header("OSPF DB: ", "Database Description Packet", in interpret_ospf6() 712 show_header("OSPF LSR: ", "Link State Request Packet", in interpret_ospf6() 744 show_header("OSPF LSU: ", "Link State Update Packet", in interpret_ospf6() 777 show_header("OSPF LSA: ", "Link State Ack Packet", in interpret_ospf6()
|
H A D | snoop_ospf.c | 162 show_header("OSPF HELLO: ", "Hello Packet", in interpret_ospf_hello() 561 show_header("OSPF: ", "OSPF Header", fraglen); in interpret_ospf() 582 show_header("OSPF: ", "OSPF Header", fraglen); in interpret_ospf() 636 show_header("OSPF DB: ", "Database Description Packet", in interpret_ospf() 698 show_header("OSPF LSU: ", "Link State Update Packet", in interpret_ospf() 732 show_header("OSPF LSA: ", "Link State Ack Packet", in interpret_ospf()
|
H A D | snoop_ip.c | 155 show_header("IP: ", "IP Header", iplen); in interpret_ip() 383 show_header("IPv6: ", "IPv6 Header", iplen); in interpret_ipv6() 762 show_header("IPv6-Route: ", "IPv6 Routing Header", 0); in prt_routing_hdr() 821 show_header("IPv6-Frag: ", "IPv6 Fragment Header", 0); in prt_fragment_hdr() 972 show_header("IPv6-HopOpts: ", "IPv6 Hop-by-Hop Options Header", 0); in prt_hbh_options() 1081 show_header("IPv6-DstOpts: ", "IPv6 Destination Options Header", 0); in prt_dest_options() 1200 show_header("RIPSO: ", "Revised IP Security Option", 0); in print_ripso() 1431 show_header("CIPSO: ", "Common IP Security Option", 0); in print_cipso() 1458 show_header("CIPSO: ", line, 0); in print_cipso()
|
H A D | snoop_arp.c | 135 show_header("ARP: ", "ARP/RARP Frame", alen); in interpret_arp() 179 show_header("ARP: ", "ARP/RARP Frame", alen); in interpret_arp()
|
H A D | snoop_netbios.c | 218 show_header("NBT: ", "Netbios Datagram Service Header", len); in interpret_netbios_datagram() 290 show_header("NBT: ", "Netbios Name Service Header", len); in interpret_netbios_ns() 451 show_header("NBT: ", "NBT Header", len); in interpret_netbios_ses()
|
H A D | snoop_ipsec.c | 83 show_header("ESP: ", "Encapsulating Security Payload", in interpret_esp() 150 show_header("AH: ", "Authentication Header", ahlen); in interpret_ah()
|
H A D | snoop_aecho.c | 60 show_header("AECHO: ", "AECHO Header", len); in interpret_aecho()
|
H A D | snoop_bpdu.c | 73 show_header("Bridge-PDU: ", in interpret_bpdu()
|
H A D | snoop_nfs_acl.c | 275 show_header("NFS_ACL: ", "Sun NFS_ACL", len); in interpret_nfs_acl2() 350 show_header("NFS_ACL: ", "Sun NFS_ACL", len); in interpret_nfs_acl3() 414 show_header("NFS_ACL: ", "Sun NFS_ACL", len); in interpret_nfs_acl4()
|
H A D | snoop_pppoe.c | 105 show_header("PPPoE: ", "PPP Over Ethernet", len); in interpret_pppoe() 158 show_header("PPPoE: ", tinfo->tag_name, in interpret_tags()
|
H A D | snoop_http.c | 81 show_header("HTTP: ", "HyperText Transfer Protocol", fraglen); in interpret_http()
|
H A D | snoop_rquota.c | 108 show_header("RQUOTA: ", "Remote Quota Check", len);
|
H A D | snoop_trill.c | 57 show_header("TRILL: ", "TRILL Data Frame", dlen); in interpret_trill()
|
H A D | snoop_rport.c | 299 show_header(syslog, syslog, dlen); in interpret_syslog() 446 show_header(pbuff, hbuff, dlen); in interpret_reserved()
|
H A D | snoop_socks.c | 141 show_header("SOCKS: ", "SOCKS Header", fraglen); 291 show_header("SOCKS: ", "SOCKS Header", fraglen);
|
H A D | snoop_zip.c | 92 show_header("ZIP: ", "ZIP Header", len); in interpret_ddp_zip() 349 show_header("ZIP: ", "ZIP Header", len); in interpret_atp_zip()
|
H A D | snoop_rip6.c | 88 show_header("RIPng: ", "Routing Information Protocol for IPv6", in interpret_rip6()
|
H A D | snoop_adsp.c | 53 show_header("ADSP: ", "ADSP Header", in interpret_adsp()
|
H A D | snoop_udp.c | 78 show_header("UDP: ", "UDP Header", udplen); in interpret_udp()
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | user.c | 51 static void show_header(); 261 show_header(); in ADM_Process_usershow() 272 show_header(); in ADM_Process_usershow() 682 show_header() in show_header() function
|