Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c327 volatile struct sb_hdr *hdrp; in scan()
328 volatile struct sb_hdr nhdr, *nhdrp; in scan()
362 hdrp = (struct sb_hdr *)bp; in scan()
489 hdrp = (struct sb_hdr *)bp; in scan()
693 cap_write(struct sb_hdr *hdrp, char *pktp, int num, int flags) in cap_write()
697 struct sb_hdr nhdr; in cap_write()
739 struct sb_hdr nhdr; in convert_old()
747 *(struct sb_hdr *)ohdrp = nhdr; in convert_old()
H A Dsnoop.h132 extern void process_pkt(struct sb_hdr *, char *, int, int);
180 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()
/titanic_50/usr/src/uts/common/sys/
H A Dbufmod.h121 struct sb_hdr { struct
/titanic_50/usr/src/uts/common/io/
H A Dbufmod.c932 #define SMALLEST_MESSAGE sizeof (struct sb_hdr) + _POINTER_ALIGNMENT
958 struct sb_hdr hp; in sbaddmsg()