Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c117 bp_vend[30] = TAG_END; in bootp_fill_request()
165 bp->bp_vend[4] = TAG_END; in bootp()
373 if (tag == TAG_END) in vend_rfc1048()
655 if (tag == TAG_END) in setenv_()
H A Dbootp.h110 #define TAG_END ((unsigned char) 255) macro