Home
last modified time | relevance | path

Searched refs:pdutype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_isis.c51 char *pdutype; in interpret_isis() local
57 pdutype = "Hello"; in interpret_isis()
60 pdutype = "P2P Hello"; in interpret_isis()
64 pdutype = "Link State"; in interpret_isis()
68 pdutype = "CSN"; in interpret_isis()
72 pdutype = "PSN"; in interpret_isis()
75 pdutype = "Unknown"; in interpret_isis()
82 pdutype, dlen); in interpret_isis()
95 "Frame type = %02X (%s)", pdutypenum, pdutype); in interpret_isis()
H A Dsnoop_bpdu.c57 const char *pdutype; in interpret_bpdu() local
78 pdutype = "Configuration"; in interpret_bpdu()
81 pdutype = "Rapid Configuration"; in interpret_bpdu()
84 pdutype = "TC Notification"; in interpret_bpdu()
87 pdutype = "?"; in interpret_bpdu()
91 "PDU type = %d (%s)", cb->cb_type, pdutype); in interpret_bpdu()