Home
last modified time | relevance | path

Searched refs:exthdr (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.h65 typedef struct exthdr exthdr_t;
69 STAILQ_HEAD(extlist, exthdr);
142 struct exthdr { struct
143 STAILQ_ENTRY(exthdr) next;
/freebsd/tests/sys/netinet6/
H A DMakefile9 exthdr \
22 ${PACKAGE}FILES+= exthdr.py
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c471 if (exthdr != NULL) { in tarfs_alloc_one()
474 free(exthdr, M_TEMP); in tarfs_alloc_one()
565 if (exthdr != NULL) { in tarfs_alloc_one()
574 exthdr = malloc(sz, M_TEMP, M_WAITOK); in tarfs_alloc_one()
586 char *line = exthdr; in tarfs_alloc_one()
587 while (line < exthdr + sz) { in tarfs_alloc_one()
597 line + len > exthdr + sz) { in tarfs_alloc_one()
828 if (exthdr != NULL) { in tarfs_alloc_one()
829 free(exthdr, M_TEMP); in tarfs_alloc_one()
840 if (exthdr != NULL) { in tarfs_alloc_one()
[all …]