Home
last modified time | relevance | path

Searched refs:bp_file (Results 1 – 6 of 6) sorted by relevance

/external/qemu/slirp-android/
Dbootp.h111 uint8_t bp_file[128]; member
Dbootp.c259 snprintf((char *)rbp->bp_file, sizeof(rbp->bp_file), "%s", in bootp_reply()
/external/qemu/slirp/
Dbootp.h111 uint8_t bp_file[128]; member
Dbootp.c255 snprintf((char *)rbp->bp_file, sizeof(rbp->bp_file), "%s", in bootp_reply()
/external/tcpdump/
Dprint-bootp.c145 TCHECK2(bp->bp_file[0], 1); /* check first char only */ in bootp_print()
146 if (*bp->bp_file) { in bootp_print()
148 if (fn_print(bp->bp_file, snapend)) { in bootp_print()
Dbootp.h38 u_int8_t bp_file[128]; /* boot file name */ member