Home
last modified time | relevance | path

Searched refs:ASPATH_STR_ERROR (Results 1 – 2 of 2) sorted by relevance

/dports/net/libbgpdump/libbgpdump-1.6.0/
H A Dbgpdump_attr.h76 #define ASPATH_STR_ERROR "! Error !" macro
H A Dbgpdump_lib.c1242 as->str = malloc(strlen(ASPATH_STR_ERROR) + 1); in aspath_error()
1244 strcpy(as->str, ASPATH_STR_ERROR); in aspath_error()