Home | History | Annotate | Download | only in libpcap

Lines Matching refs:maskp

1959 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp,
1972 *netp = *maskp = 0;
1983 *maskp = t_addr->sin_addr.S_un.S_addr;
1985 *netp &= *maskp;
1991 *netp = *maskp = 0;