Home
last modified time | relevance | path

Searched refs:ddp_hdr (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dat.h52 struct ddp_hdr { struct
193 extern void interpret_at(int, struct ddp_hdr *, int);
195 extern void interpret_rtmp(int, struct ddp_hdr *, int);
196 extern void interpret_aecho(int, struct ddp_hdr *, int);
197 extern void interpret_atp(int, struct ddp_hdr *, int);
H A Dsnoop_aecho.c36 interpret_aecho(int flags, struct ddp_hdr *ddp, int len) in interpret_aecho()
H A Dsnoop_atp.c49 interpret_atp(int flags, struct ddp_hdr *ddp, int len) in interpret_atp()
H A Dsnoop_rtmp.c68 interpret_rtmp(int flags, struct ddp_hdr *ddp, int len) in interpret_rtmp()
H A Dsnoop_apple.c109 interpret_at(int flags, struct ddp_hdr *ddp, int len) in interpret_at()
H A Dsnoop_ether.c353 interpret_at(flags, (struct ddp_hdr *)data, len); in interpret_ether()
993 interpret_at(flags, (struct ddp_hdr *)data, len); in interpret_tr()