HomeSort by: relevance | last modified time | path
    Searched defs:Neighbor (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/map-mbone/
mapper.c 53 typedef struct neighbor { struct
54 struct neighbor *next;
60 } Neighbor;
65 Neighbor *neighbors; /* List of neighbors' IP addresses */
74 struct interface *interfaces; /* Else, neighbor data */
91 Neighbor * find_neighbor(u_int32_t addr, Node *node);
147 Neighbor *find_neighbor(u_int32_t addr, Node *node)
152 Neighbor *nb;
228 * Process an incoming neighbor probe message.
250 * Process an incoming neighbor-list request message
388 u_int32_t neighbor; local in function:accept_neighbors
529 u_int32_t neighbor; local in function:accept_neighbors2
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiip.h 246 EFI_IPv6_ADDRESS Neighbor;

Completed in 42 milliseconds