#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <netatalk/at.h>
#include <atalk/ddp.h>
#include <netdb.h>
#include "nbp_lkup_async.h"
Functions | |
int | nbp_parse (char *, struct nbpnve *, int) |
static char * | nbp_addstring (char *p, char *s) |
static char * | nbp_addtuple (char *p, struct sockaddr_at addr, char *name, char *type, char *zone) |
int | nbp_lookup_req (int s, char *name, char *type, char *zone) |
struct nbpnve * | nbp_parse_lkup_repl (char *buffer, int len) |
Variables | |
int | gDebug |
|
static |
|
static |
int nbp_lookup_req | ( | int | s, |
char * | name, | ||
char * | type, | ||
char * | zone ) |
|
extern |
struct nbpnve * nbp_parse_lkup_repl | ( | char * | buffer, |
int | len ) |
|
extern |