Home
last modified time | relevance | path

Searched refs:X25_PROT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/wanrouter/
Daf_wanpipe.c402 newsk->num = htons(X25_PROT); in wanpipe_listen_rcv()
996 if (sk->num == htons(X25_PROT) && sk->state != WANSOCK_DISCONNECTED && sk->zapped){ in wanpipe_release()
1206 if (sk->num == htons(X25_PROT) && sk->state != WANSOCK_DISCONNECTED){ in wanpipe_kill_sock_timer()
1373 if (sk->num == htons(X25_PROT) && in wanpipe_do_bind()
1388 if (sk->num == htons(X25_PROT)) in wanpipe_do_bind()
1454 if (sll->sll_protocol != htons(X25_PROT)) in wanpipe_bind()
1470 if (sll->sll_protocol != htons(X25_PROT)) in wanpipe_bind()
2242 if (sk->num == htons(X25_PROT)){ in wanpipe_poll()
2274 if (sk->num != htons(X25_PROT)) in wanpipe_listen()
2354 if (sk->num != htons(X25_PROT)) in wanpipe_exec_cmd()
[all …]
/linux-2.4.37.9/include/linux/
Dif_wanpipe.h57 #define X25_PROT 0x16 macro
/linux-2.4.37.9/drivers/net/wan/
Dsdla_x25.c993 chan->protocol = htons(X25_PROT); in new_if()
1933 new_skb->protocol = htons(X25_PROT); in wanpipe_pull_data_in_skb()
4741 skb->protocol = htons(X25_PROT); in api_incoming_call()
5270 new_skb->protocol = htons(X25_PROT); in process_udp_mgmt_pkt()