Lines Matching defs:t_opthdr
295 * t_opthdr structure
297 struct t_opthdr {
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 *)((char *)_T_OPTHDR_ALIGN((char *)(popt) + \
460 (popt)->len)) : (struct t_opthdr *)0)
470 * struct t_opthdr *OPT_NEXTHDR(char *pbuf, unsigned int buflen,
471 * struct t_opthdr *popt):