OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phlen
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/dhcp/dist/omapip/
trace.c
164
tfh.
phlen
= htonl (sizeof (tracepacket_t));
457
tracefile_header.
phlen
= ntohl(tracefile_header.
phlen
);
469
if (tracefile_header.
phlen
< sizeof *tpkt) {
471
(long int)tracefile_header.
phlen
,
490
tpkt = dmalloc((unsigned)tracefile_header.
phlen
, MDL);
532
status = fread(tpkt, 1, (size_t)tracefile_header.
phlen
,
534
if (status < tracefile_header.
phlen
) {
544
(long int)tracefile_header.
phlen
);
654
tpkt = dmalloc ((unsigned)tracefile_header.
phlen
, MDL)
[
all
...]
/src/external/mpl/dhcp/dist/includes/omapip/
trace.h
40
int32_t
phlen
; /* Length of packet headers. */
member in struct:__anon24452
/src/sys/netinet/
ip_output.c
1008
ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *
phlen
)
1042
*
phlen
= sizeof(struct ip) + optlen;
Completed in 21 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026