Home
last modified time | relevance | path

Searched refs:ia_type (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhc6.c94 u_int16_t ia_type);
98 u_int16_t ia_type);
527 copy->ia_type = ia->ia_type; in dhc6_dup_ia()
731 ia->ia_type = D6O_IA_NA; in dhc6_parse_ia_na()
856 ia->ia_type = D6O_IA_TA; in dhc6_parse_ia_ta()
958 ia->ia_type = D6O_IA_PD; in dhc6_parse_ia_pd()
1768 u_int16_t ia_type) in dhc6_bare_ia_xx() argument
1779 switch (ia_type) { in dhc6_bare_ia_xx()
1814 ia_type, in dhc6_bare_ia_xx()
1827 if (ia_type != D6O_IA_TA) { in dhc6_bare_ia_xx()
[all …]
H A Dclparse.c1627 ia->ia_type = D6O_IA_NA; in parse_client6_ia_na_statement()
1755 ia->ia_type = D6O_IA_TA; in parse_client6_ia_ta_statement()
1863 ia->ia_type = D6O_IA_PD; in parse_client6_ia_pd_statement()
H A Ddhclient.c4044 switch (ia->ia_type) { in write_client6_lease()
4088 if (ia->ia_type != D6O_IA_TA) in write_client6_lease()
4100 if (ia->ia_type != D6O_IA_PD) in write_client6_lease()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c194 (ia)->ia_type != 0 && (ia)->ia_type != D6_OPTION_IA_PD && \
518 if (ia->ia_type != D6_OPTION_IA_PD) in dhcp6_findselfsla()
839 if (ap->ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage()
855 if (ifo->ia[l].ia_type != D6_OPTION_IA_TA) in dhcp6_makemessage()
967 if (ifia->ia_type == D6_OPTION_IA_TA) in dhcp6_makemessage()
976 COPYIN(ifia->ia_type, &ia_na, ia_na_len); in dhcp6_makemessage()
986 if (ap->ia_type != ifia->ia_type) in dhcp6_makemessage()
990 if (ap->ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage()
1633 if (!((ia->ia_type == D6_OPTION_IA_PD && ia->prefix_len) || in dhcp6_addrequestedaddrs()
1644 ia->ia_type == D6_OPTION_IA_PD ? ia->prefix_len : 128, in dhcp6_addrequestedaddrs()
[all …]
H A Ddhcpcd.c581 ifo->ia->ia_type = D6_OPTION_IA_NA; in configure_interface1()
841 warn_iaid_conflict(struct interface *ifp, uint16_t ia_type, uint8_t *iaid) in warn_iaid_conflict() argument
854 if (ia_type == 0 && in warn_iaid_conflict()
861 if (ia->ia_type == ia_type && in warn_iaid_conflict()
928 ifp->name, ia->ia_type, in dhcpcd_startinterface()
931 warn_iaid_conflict(ifp, ia->ia_type, ia->iaid); in dhcpcd_startinterface()
H A Dipv6.h190 uint16_t ia_type; member
H A Dif-options.h208 uint16_t ia_type; member
H A Dif-options.c1490 ifo->ia[sl].ia_type == (uint16_t)i && in parse_option()
1509 ia->ia_type = (uint16_t)i; in parse_option()
1520 ia->ia_type == D6_OPTION_IA_TA) in parse_option()
1533 if (p && ia->ia_type == D6_OPTION_IA_PD) { in parse_option()
1554 if (ia->ia_type != D6_OPTION_IA_PD) in parse_option()
/netbsd-src/sys/dev/ir/
H A Dir.h33 int ia_type; member
H A Dir.c50 switch (ia->ia_type) { in ir_print()
H A Dcir.c88 return (ia->ia_type == IR_TYPE_CIR); in cir_match()
H A Dirframe.c106 return (ia->ia_type == IR_TYPE_IRFRAME); in irframe_match()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddb.c538 if (ia->ia_type == D6O_IA_NA && !persist_eui64) { in write_ia()
573 switch (ia->ia_type) { in write_ia()
585 (unsigned)ia->ia_type, s, MDL); in write_ia()
606 if ((ia->ia_type != D6O_IA_PD) && in write_ia()
610 if ((ia->ia_type == D6O_IA_PD) && in write_ia()
H A Dmdb6.c543 if (a->ia_type != b->ia_type) { in ia_equal()
2048 if ((ia->ia_type == D6O_IA_NA) && in cleanup_old_expired()
2056 if ((ia->ia_type == D6O_IA_TA) && in cleanup_old_expired()
2064 if ((ia->ia_type == D6O_IA_PD) && in cleanup_old_expired()
2301 if (find_ipv6_pool(&pool, ia->ia_type, in change_leases()
H A Ddhcpv6.c2038 reply->ia->ia_type = D6O_IA_NA; in reply_process_ia_na()
2435 (reply->ia->ia_type != D6O_IA_PD ? in write_to_packet()
2443 if (reply->ia->ia_type != D6O_IA_TA) { in write_to_packet()
2875 reply->ia->ia_type = D6O_IA_TA;
3298 if (reply->ia->ia_type != D6O_IA_PD) {
4114 reply->ia->ia_type = D6O_IA_PD;
8564 if ((lease->ia) && (lease->ia->ia_type == D6O_IA_PD)) {
H A Dconfpars.c4781 ia->ia_type = D6O_IA_NA; in parse_ia_na_declaration()
5229 ia->ia_type = D6O_IA_TA; in parse_ia_ta_declaration()
5667 ia->ia_type = D6O_IA_PD; in parse_ia_pd_declaration()
/netbsd-src/sys/arch/vax/include/
H A Dnexus.h124 const char *ia_type; member
/netbsd-src/sys/dev/i2c/
H A Di2cvar.h143 int ia_type; /* bus type */ member
/netbsd-src/sys/dev/usb/
H A Demdtv_ir.c101 ia.ia_type = IR_TYPE_CIR; in emdtv_ir_attach()
H A Dirmce.c305 iaa.ia_type = IR_TYPE_CIR; in irmce_rescan()
H A Dudsir.c229 ia.ia_type = IR_TYPE_IRFRAME; in udsir_attach()
H A Duirda.c287 ia.ia_type = IR_TYPE_IRFRAME; in uirda_attach()
H A Dustir.c302 ia.ia_type = IR_TYPE_IRFRAME; in ustir_attach()
/netbsd-src/sys/dev/pci/
H A Doboe.c194 ia.ia_type = IR_TYPE_IRFRAME; in oboe_attach()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1179 u_int16_t ia_type; member
1678 u_int16_t ia_type; /* IA_XX */ member