Searched defs:t_opthdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dxti.h295 * t_opthdr structure
297 struct t_opthdr { struct
424 #define _T_OPTHDR_SZ (sizeof (struct t_opthdr))
439 * struct t_opthdr *T_OPT_FIRSTHDR(struct netbuf *nbp):
442 * unsigned char *T_OPT_DATA(struct t_opthdr *tohp):
445 * struct t_opthdr *T_OPT_NEXTHDR(struct netbuf *nbp, struct t_opthdr *tohp):
450 ((nbp)->len >= _T_OPTHDR_SZ ? (struct t_opthdr *)(nbp)->buf : \
451 (struct t_opthdr *)0)
459 (struct t_opthdr *)((cha
[all...]

Completed in 44 milliseconds