Searched refs:upper_ptr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | read-rtl.c | 664 struct map_value **lower_ptr, **upper_ptr; in initialize_macros() local 685 upper_ptr = &upper->values; in initialize_macros() 692 upper_ptr = add_map_value (upper_ptr, i, GET_MODE_NAME (i)); in initialize_macros() 699 upper_ptr = &upper->values; in initialize_macros() 707 upper_ptr = add_map_value (upper_ptr, i, copy); in initialize_macros()
|
| /freebsd-9-stable/sys/netgraph/netflow/ |
| D | ng_netflow.c | 592 caddr_t upper_ptr = NULL; in ng_netflow_rcvdata() local 885 upper_ptr = (caddr_t)(mtod(m, caddr_t) + off); in ng_netflow_rcvdata() 915 error = ng_netflow_flow_add(priv, fe, ip, upper_ptr, upper_proto, is_frag, src_if_index); in ng_netflow_rcvdata() 918 error = ng_netflow_flow6_add(priv, fe, ip6, upper_ptr, upper_proto, is_frag, src_if_index); in ng_netflow_rcvdata()
|
| D | netflow.c | 653 ng_netflow_flow_add(priv_p priv, fib_export_p fe, struct ip *ip, caddr_t upper_ptr, uint8_t upper_p… in ng_netflow_flow_add() argument 783 ng_netflow_flow6_add(priv_p priv, fib_export_p fe, struct ip6_hdr *ip6, caddr_t upper_ptr, uint8_t … in ng_netflow_flow6_add() argument 820 tcp = (struct tcphdr *)upper_ptr; in ng_netflow_flow6_add() 821 r.r_ports = *(uint32_t *)upper_ptr; in ng_netflow_flow6_add() 828 r.r_ports = *(uint32_t *)upper_ptr; in ng_netflow_flow6_add()
|