Go to the source code of this file.
Data Structures | |
| struct | nbphdr |
| struct | nbptuple |
| struct | nbpnve |
Macros | |
| #define | NBP_UNRGSTR_4ARGS 1 |
| #define | ATP_OPEN_2ARGS 1 |
| #define | SZ_NBPHDR 2 |
| #define | SZ_NBPTUPLE 5 |
| #define | NBPSTRLEN 32 |
| #define | NBPOP_BRRQ 0x1 |
| #define | NBPOP_LKUP 0x2 |
| #define | NBPOP_LKUPREPLY 0x3 |
| #define | NBPOP_FWD 0x4 |
| #define | NBPOP_RGSTR 0x7 |
| #define | NBPOP_UNRGSTR 0x8 |
| #define | NBPOP_CONFIRM 0x9 |
| #define | NBPOP_OK 0xa /* NBPOP_STATUS_REPLY */ |
| #define | NBPOP_CLOSE_NOTE 0xb |
| #define | NBPOP_ERROR 0xf |
| #define | NBPMATCH_NOGLOB (1<<1) |
| #define | NBPMATCH_NOZONE (1<<2) |
Functions | |
| int | nbp_name (const char *, char **, char **, char **) |
| int | nbp_do_lookup_op (const char *, const char *, const char *, struct nbpnve *, const int, const struct at_addr *, const struct at_addr *, uint8_t) |
| int | nbp_lookup (const char *, const char *, const char *, struct nbpnve *, const int, const struct at_addr *) |
| int | nbp_rgstr (struct sockaddr_at *, const char *, const char *, const char *) |
| int | nbp_unrgstr (const char *, const char *, const char *, const struct at_addr *) |
| #define ATP_OPEN_2ARGS 1 |
| #define NBP_UNRGSTR_4ARGS 1 |
| #define NBPMATCH_NOGLOB (1<<1) |
| #define NBPMATCH_NOZONE (1<<2) |
| #define NBPOP_BRRQ 0x1 |
| #define NBPOP_CLOSE_NOTE 0xb |
| #define NBPOP_CONFIRM 0x9 |
| #define NBPOP_ERROR 0xf |
| #define NBPOP_FWD 0x4 |
| #define NBPOP_LKUP 0x2 |
| #define NBPOP_LKUPREPLY 0x3 |
| #define NBPOP_OK 0xa /* NBPOP_STATUS_REPLY */ |
| #define NBPOP_RGSTR 0x7 |
| #define NBPOP_UNRGSTR 0x8 |
| #define NBPSTRLEN 32 |
| #define SZ_NBPHDR 2 |
| #define SZ_NBPTUPLE 5 |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |