Home
last modified time | relevance | path

Searched refs:unit6 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dif_fwip.c449 bzero(&fwip->unit6, sizeof(struct crom_chunk)); in fwip_post_busreset()
450 crom_add_chunk(src, root, &fwip->unit6, CROM_UDIR); in fwip_post_busreset()
451 crom_add_entry(&fwip->unit6, CSRKEY_SPEC, CSRVAL_IETF); in fwip_post_busreset()
452 crom_add_simple_text(src, &fwip->unit6, &fwip->spec6, "IANA"); in fwip_post_busreset()
453 crom_add_entry(&fwip->unit6, CSRKEY_VER, 2); in fwip_post_busreset()
454 crom_add_simple_text(src, &fwip->unit6, &fwip->ver6, "IPv6"); in fwip_post_busreset()
H A Dif_fwipvar.h55 struct crom_chunk unit6; /* unit directory for IPv6 */ member