OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:his
(Results
1 - 3
of
3
) sorted by null
/external/iputils/
tracepath.c
44
struct hhistory
his
[64];
variable in typeref:struct:hhistory
134
if (slot>=0 && slot < 63 &&
his
[slot].hops) {
135
sndhops =
his
[slot].hops;
136
rettv = &
his
[slot].sendtime;
137
his
[slot].hops = 0;
271
his
[hisptr].hops = ttl;
272
his
[hisptr].sendtime = hdr->tv;
276
his
[hisptr].hops = 0;
tracepath6.c
54
struct hhistory
his
[64];
variable in typeref:struct:hhistory
157
if (slot >= 0 && slot < 63 &&
his
[slot].hops) {
158
sndhops =
his
[slot].hops;
159
rettv = &
his
[slot].sendtime;
160
his
[slot].hops = 0;
341
his
[hisptr].hops = ttl;
342
his
[hisptr].sendtime = hdr->tv;
346
his
[hisptr].hops = 0;
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java
282
// Could not find a header to match
his
header.
1611
SIPHeader
his
= (SIPHeader) (otherMessage.nameTable.get(SIPHeaderNamesCache
local
[
all
...]
Completed in 58 milliseconds