OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dnet_pton
(Results
1 - 5
of
5
) 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);
/external/libnl/lib/
addr.c
134
static inline int
dnet_pton
(const char *src, char *addrbuf)
function
346
if (
dnet_pton
(str, buf) > 0) {
582
ret =
dnet_pton
(addr, buf);
Completed in 1489 milliseconds