Searched refs:ddp_hdr (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | at.h | 52 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 D | snoop_aecho.c | 36 interpret_aecho(int flags, struct ddp_hdr *ddp, int len) in interpret_aecho()
|
H A D | snoop_atp.c | 49 interpret_atp(int flags, struct ddp_hdr *ddp, int len) in interpret_atp()
|
H A D | snoop_rtmp.c | 68 interpret_rtmp(int flags, struct ddp_hdr *ddp, int len) in interpret_rtmp()
|
H A D | snoop_apple.c | 109 interpret_at(int flags, struct ddp_hdr *ddp, int len) in interpret_at()
|
H A D | snoop_ether.c | 353 interpret_at(flags, (struct ddp_hdr *)data, len); in interpret_ether() 993 interpret_at(flags, (struct ddp_hdr *)data, len); in interpret_tr()
|