Home
last modified time | relevance | path

Searched refs:sb_hdr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c350 volatile struct sb_hdr *hdrp; in scan()
351 volatile struct sb_hdr nhdr, *nhdrp; in scan()
385 hdrp = (struct sb_hdr *)bp; in scan()
512 hdrp = (struct sb_hdr *)bp; in scan()
799 cap_write(struct sb_hdr *hdrp, char *pktp, int num __unused, int flags __unused) in cap_write()
802 struct sb_hdr nhdr; in cap_write()
846 struct sb_hdr nhdr; in convert_old()
854 *(struct sb_hdr *)ohdrp = nhdr; in convert_old()
H A Dsnoop.h167 extern void process_pkt(struct sb_hdr *, char *, int, int);
215 extern void cap_write(struct sb_hdr *, char *, int, int);
H A Dsnoop_display.c75 process_pkt(struct sb_hdr *hdrp, char *pktp, int num, int flags) in process_pkt()
/illumos-gate/usr/src/uts/common/sys/
H A Dbufmod.h119 struct sb_hdr { struct
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c934 #define SMALLEST_MESSAGE sizeof (struct sb_hdr) + _POINTER_ALIGNMENT
960 struct sb_hdr hp; in sbaddmsg()