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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpacket_id.c279 packet_id_type net_id; local
285 if (!buf_read (buf, &net_id, sizeof (net_id)))
287 pin->id = ntohpid (net_id);
300 packet_id_type net_id = htonpid (pin->id); local
310 if (!buf_write_prepend (buf, &net_id, sizeof (net_id)))
315 if (!buf_write (buf, &net_id, sizeof (net_id)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Ddiscover.c150 u32 net_id = msg_bc_netid(msg); local
157 if (net_id != tipc_net_id)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Detr.h78 unsigned int net_id : 8; /* ETR network id */ member in struct:etr_edf1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c627 return aib1->edf1.net_id == aib2->edf1.net_id;
667 a1->edf1.net_id != a2->edf1.net_id ||
1252 return sprintf(buf, "%i\n", aib->edf1.net_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dnet_kern.c690 static int net_id(char **str, int *start_out, int *end_out) function
730 .id = net_id,

Completed in 166 milliseconds