Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching defs:ServerAddress

420   CHAR8                      *ServerAddress;

472 ServerAddress = ServerAddressOption;
473 while (*ServerAddress != '\0' && *ServerAddress != PXEBC_ADDR_END_DELIMITER) {
474 ServerAddress++;
477 if (*ServerAddress != PXEBC_ADDR_END_DELIMITER) {
482 *ServerAddress = '\0';
495 ServerAddress = ServerAddressOption;
496 while (*ServerAddress != '\0' && *ServerAddress != PXEBC_TFTP_URL_SEPARATOR) {
497 ServerAddress++;
500 if (*ServerAddress != PXEBC_TFTP_URL_SEPARATOR) {
504 *ServerAddress = '\0';
531 BootFileNamePtr = (CHAR8*)((UINTN)ServerAddress + 1);