OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifaces_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
sf-pcapng.c
230
bpf_u_int32
ifaces_size
; /* size of array below */
member in struct:pcap_ng_sf
609
if (ps->ifcount > ps->
ifaces_size
) {
616
if (ps->
ifaces_size
== 0) {
622
* ps->
ifaces_size
== 0 if ps->ifaces == NULL,
642
if (ps->
ifaces_size
* 2 < ps->
ifaces_size
) {
645
* ps->
ifaces_size
overflows is the largest
656
* ps->
ifaces_size
* 2 doesn't overflow, so it's
659
new_ifaces_size = ps->
ifaces_size
* 2;
697
ps->
ifaces_size
= new_ifaces_size
[
all
...]
sf-pcapng.c
230
bpf_u_int32
ifaces_size
; /* size of array below */
member in struct:pcap_ng_sf
609
if (ps->ifcount > ps->
ifaces_size
) {
616
if (ps->
ifaces_size
== 0) {
622
* ps->
ifaces_size
== 0 if ps->ifaces == NULL,
642
if (ps->
ifaces_size
* 2 < ps->
ifaces_size
) {
645
* ps->
ifaces_size
overflows is the largest
656
* ps->
ifaces_size
* 2 doesn't overflow, so it's
659
new_ifaces_size = ps->
ifaces_size
* 2;
697
ps->
ifaces_size
= new_ifaces_size
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026