Home
last modified time | relevance | path

Searched refs:type (Results 1 – 9 of 9) sorted by relevance

/net/
A Ddns.c119 u16 type, i; in dns_handler() local
170 type = get_unaligned_be16(p+2); in dns_handler()
171 debug("type = %d\n", type); in dns_handler()
172 if (type == DNS_CNAME_RECORD) { in dns_handler()
178 } else if (type == DNS_A_RECORD) { in dns_handler()
A Dndisc.c52 static int ndisc_insert_option(__u8 *opt, int type, u8 *data, int len) in ndisc_insert_option() argument
56 opt[0] = type; in ndisc_insert_option()
90 static int ndisc_has_option(struct ip6_hdr *ip6, __u8 type) in ndisc_has_option() argument
97 return ndisc->opt[0] == type; in ndisc_has_option()
381 unsigned char type = 0; in process_ra() local
399 type = option[0]; in process_ra()
401 switch (type) { in process_ra()
421 type); in process_ra()
A Dping.c30 icmp->type = ICMP_ECHO_REQUEST; in set_icmp_header()
85 switch (icmph->type) { in ping_receive()
107 icmph->type = ICMP_ECHO_REPLY; in ping_receive()
A Dnfs.h63 uint32_t type; member
72 uint32_t type; member
A Dcdp.c238 ushort type, tlen; in cdp_receive() local
277 type = ntohs(ss[0]); in cdp_receive()
288 switch (type) { in cdp_receive()
A Dtftp.c441 static void icmp_handler(unsigned type, unsigned code, unsigned dest, in icmp_handler() argument
445 if (type == ICMP_NOT_REACH && code == ICMP_NOT_REACH_PORT) { in icmp_handler()
A Dbootp.c93 static char *dhcpmsg2str(int type)
95 switch (type) {
A Dnet.c1188 switch (icmph->type) { in receive_icmp()
1201 packet_icmp_handler(icmph->type, icmph->code, in receive_icmp()
A Dnfs.c194 rpc_pkt.u.call.type = htonl(MSG_CALL); in rpc_req()

Completed in 33 milliseconds