Searched refs:null_x25_address (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/x25/
H A Daf_x25.c72 static const struct x25_address null_x25_address = {" "}; variable in typeref:struct:x25_address
277 null_x25_address.x25_addr)) &&
686 /* check for the null_x25_address */
687 if (strcmp(addr->sx25_addr.x25_addr, null_x25_address.x25_addr)) {
803 if (!strcmp(x25->source_addr.x25_addr, null_x25_address.x25_addr))

Completed in 127 milliseconds