search for: pxe_h_

Displaying 1 result from an estimated 1 matches for "pxe_h_".

2012 Jun 26
2
[GIT PULL] elflink bug fixes
...12 Paulo Alcantara <pcacjr at zytor.com> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -26,18 +25,51 @@ * * ----------------------------------------------------------------------- */ -#ifndef PXE_H_ -#define PXE_H_ +/* + * pxe_dns.c + * + * Resolve a hostname via DNS + */ #include <stdio.h> +#include <stdlib.h> #include <stdint.h> +#include <string.h> +#include <com32.h> -extern uint32_t dns_resolv(const char *); +#include <syslinux/pxe.h> -/* Resolv...