OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dnet_pton
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/lib/
dnet_pton.c
59
int
dnet_pton
(int af, const char *src, void *addr)
function
utils.c
309
if (
dnet_pton
(AF_DECnet, name, &dna) <= 0)
/external/iproute2/
Makefile
28
ADDLIB+=dnet_ntop.o
dnet_pton
.o
/external/iproute2/include/
utils.h
110
int
dnet_pton
(int af, const char *src, void *addr);
Completed in 878 milliseconds