Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/x25/
H A Daf_x25.c72 static const struct x25_address null_x25_address = {" "}; variable
287 null_x25_address.x25_addr)) && in x25_find_listener()
696 /* check for the null_x25_address */ in x25_bind()
697 if (strcmp(addr->sx25_addr.x25_addr, null_x25_address.x25_addr)) { in x25_bind()
808 if (!strcmp(x25->source_addr.x25_addr, null_x25_address.x25_addr)) in x25_connect()
/kernel/linux/linux-6.6/net/x25/
H A Daf_x25.c72 static const struct x25_address null_x25_address = {" "}; variable
277 null_x25_address.x25_addr)) && in x25_find_listener()
686 /* check for the null_x25_address */ in x25_bind()
687 if (strcmp(addr->sx25_addr.x25_addr, null_x25_address.x25_addr)) { in x25_bind()
803 if (!strcmp(x25->source_addr.x25_addr, null_x25_address.x25_addr)) in x25_connect()

Completed in 7 milliseconds