Searched refs:nh (Results 1 - 25 of 78) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfig.sub825 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dnbp.c51 struct nbphdr nh; local
54 nh.nh_op = nh_op;
55 nh.nh_cnt = 0;
56 nh.nh_id = nh_id;
59 memcpy( data, &nh, SZ_NBPHDR );
69 struct nbphdr nh; local
96 memcpy( &nh, data, SZ_NBPHDR );
99 if ( nh.nh_cnt != 1 ) {
100 LOG(log_info, logtype_atalkd, "nbp_packet: bad tuple count (%d/%d)", nh.nh_cnt,
101 nh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_lkup.c48 struct nbphdr nh; local
64 nh.nh_op = from.sat_addr.s_node ? NBPOP_BRRQ : NBPOP_LKUP;
66 nh.nh_op = NBPOP_BRRQ;
69 nh.nh_cnt = 1;
70 nh.nh_id = ++nbp_id;
71 memcpy( data, &nh, SZ_NBPHDR );
181 memcpy( &nh, data, SZ_NBPHDR );
183 if ( nh.nh_op != NBPOP_LKUPREPLY ) {
H A Dnbp_rgstr.c41 struct nbphdr nh; local
61 nh.nh_op = NBPOP_RGSTR;
62 nh.nh_cnt = 1;
63 nh.nh_id = ++nbp_id;
64 memcpy( data, &nh, SZ_NBPHDR );
142 memcpy( &nh, data, SZ_NBPHDR );
143 if ( nh.nh_op != NBPOP_OK ) {
H A Dnbp_unrgstr.c40 struct nbphdr nh; local
55 nh.nh_op = NBPOP_UNRGSTR;
56 nh.nh_cnt = 1;
57 nh.nh_id = ++nbp_id;
58 memcpy( data, &nh, SZ_NBPHDR );
137 memcpy( &nh, data, SZ_NBPHDR );
138 if ( nh.nh_op != NBPOP_OK ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfig.sub860 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfig.sub727 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfig.sub716 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c534 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); local
540 if (len < sizeof(*nh))
542 if (nh->rtnh_len > len)
551 if (nh->rtnh_len > sizeof(*nh)) {
552 parse_rtattr(tb, RTA_MAX, RTNH_DATA(nh), nh->rtnh_len - sizeof(*nh));
562 fprintf(fp, " %s", ll_index_to_name(nh->rtnh_ifindex));
563 if (nh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.sub787 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfig.sub763 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfig.sub825 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l7filter/
H A Dl7_filter_main.c336 /* In case we are ported somewhere (ebtables?) where skb->nh.iph
341 int ip_hl = 4*skb->nh.iph->ihl;
347 if ( skb->nh.iph->protocol == IPPROTO_TCP )
361 else if ( skb->nh.iph->protocol == IPPROTO_UDP )
369 else if ( skb->nh.iph->protocol == IPPROTO_ICMP )
423 pConn = FindConnByHash(skb->nh.iph, &iModifyType, iDirection);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfp.h47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
53 : "=r" (nl), "=r" (nh)
54 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
56 *resh = nh;
60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
66 : "=r" (nl), "=r" (nh)
67 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
69 *resh = nh;
75 u32 nh, nl, mh, ml; local
82 nh
113 vfp_estimate_div128to64(u64 nh, u64 nl, u64 m) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A Dconfig.sub631 nh[45]000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6d.c256 struct ospf6_nexthop *nh;
260 nh = (struct ospf6_nexthop *) getdata (i);
261 nexthop_str (nh, buf, sizeof (buf));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_interface.c842 struct vertex_nexthop *nh;
855 if ((nh = getdata (node)) != NULL)
857 vl_data->out_oi = (struct ospf_interface *) nh->oi;
837 struct vertex_nexthop *nh; local
H A Dospf_lsa.c1348 struct prefix nh;
1358 nh.family = AF_INET;
1359 nh.u.prefix4 = nexthop;
1360 nh.prefixlen = IPV4_MAX_BITLEN;
1368 if (prefix_match (oi->address, &nh))
1338 struct prefix nh; local
H A Dospf_spf.c62 vertex_nexthop_free (struct vertex_nexthop *nh) argument
64 XFREE (MTYPE_OSPF_NEXTHOP, nh);
68 vertex_nexthop_dup (struct vertex_nexthop *nh) argument
72 new = vertex_nexthop_new (nh->parent);
74 new->oi = nh->oi;
75 new->router = nh->router;
120 struct vertex_nexthop *nh;
125 nh = (struct vertex_nexthop *) getdata (node);
128 if (listnode_lookup (nh->parent->child, v) == NULL)
129 listnode_add (nh
119 struct vertex_nexthop *nh; local
257 struct vertex_nexthop *nh; local
349 struct vertex_nexthop *nh, *x; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/l7filter/
H A Dl7_filter_main.c339 /* In case we are ported somewhere (ebtables?) where skb->nh.iph
346 int ip_hl = 4*skb->nh.iph->ihl;
356 if ( skb->nh.iph->protocol == IPPROTO_TCP )
374 else if ( skb->nh.iph->protocol == IPPROTO_UDP )
386 else if ( skb->nh.iph->protocol == IPPROTO_ICMP )
444 pConn = FindConnByHash(skb->nh.iph, &iModifyType, iDirection);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_eddp.c246 memcpy(page + page_offset, (u8 *)&eddp->nh, eddp->nhl);
360 phcsum = csum_tcpudp_nofold(eddp->nh.ip4.h.saddr, eddp->nh.ip4.h.daddr,
375 phcsum = csum_partial((u8 *)&eddp->nh.ip6.h.saddr,
377 phcsum = csum_partial((u8 *)&eddp->nh.ip6.h.daddr,
385 qeth_eddp_create_eddp_data(struct qeth_hdr *qh, u8 *nh, u8 nhl, u8 *th, u8 thl) argument
395 memcpy(&eddp->nh, nh, nhl);
436 eddp->nh.ip4.h.tot_len = htons(data_len + eddp->nhl +
438 eddp->nh
[all...]
H A Dqeth_eddp.h67 } nh; member in struct:qeth_eddp_data
69 void *nh_in_ctx; /* address of nh within the ctx */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.c958 const unsigned char *nh = skb_network_header(skb); local
964 dflags |= XCT_MACTX_IPO(nh - skb->data);
969 dflags |= XCT_MACTX_IPO(nh - skb->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c784 struct NAA_Hosed *nh; local
790 for (nh = mpt_bad_naa; nh != NULL; nh=nh->next) {
791 if ((nh->ieee[0] == mac[0]) &&
792 (nh->ieee[1] == mac[1]) &&
793 (nh->ieee[2] == mac[2]) &&
794 (nh->ieee[3] == mac[3]) &&
795 (nh
1595 struct NAA_Hosed *nh, *prevnh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_mp_alg.h22 const struct fib_nh *nh);
64 const struct fib_nh *nh)
70 ops->mp_alg_set_nhinfo(network, netmask, prefixlen, nh);
61 multipath_set_nhinfo(struct rtable *rth, __be32 network, __be32 netmask, unsigned char prefixlen, const struct fib_nh *nh) argument

Completed in 320 milliseconds

1234