OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/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 327 milliseconds