Searched refs:bootp_packet (Results 1 – 1 of 1) sorted by relevance
120 struct bootp_packet { struct140 struct bootp_packet call; argument141 struct bootp_packet reply;195 struct bootp_packet reply;274 struct bootp_packet *bp, int len, int tag);1287 *vendp++ = (sizeof(struct bootp_packet) >> 8) & 255; in bootpc_compose_query()1288 *vendp++ = sizeof(struct bootp_packet) & 255; in bootpc_compose_query()1337 bootpc_hascookie(struct bootp_packet *bp) in bootpc_hascookie()1389 struct bootp_packet *bp, int len, int tag) in bootpc_tag()