Home
last modified time | relevance | path

Searched refs:AX25_P_NETROM (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/
Dax25.h28 #define AX25_P_NETROM 0xCF macro
/linux-2.4.37.9/net/ax25/
Daf_ax25.c862 case AX25_P_NETROM: in ax25_create()
869 case AX25_P_NETROM: in ax25_create()
870 if (ax25_protocol_is_registered(AX25_P_NETROM)) in ax25_create()
/linux-2.4.37.9/net/netrom/
Daf_netrom.c1331 ax25_protocol_register(AX25_P_NETROM, nr_route_frame); in nr_proto_init()
1369 ax25_protocol_release(AX25_P_NETROM); in nr_exit()
Dnr_route.c779 *dptr = AX25_P_NETROM; in nr_route_frame()