Home
last modified time | relevance | path

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

/freebsd/tests/sys/netinet6/
H A DMakefile7 ATF_TESTS_SH= exthdr \
21 TEST_METADATA.exthdr+= execenv="jail" \
37 ${PACKAGE}FILES+= exthdr.py \
/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/sys/fs/tarfs/
H A Dtarfs_vfsops.c438 char *exthdr = NULL, *name = NULL, *link = NULL; in tarfs_alloc_one() local
471 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()
575 res = tarfs_io_read_buf(tmp, false, exthdr, 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()
[all …]